derive(debug) for LoadData

This commit is contained in:
Paul Rouget 2017-05-05 14:27:23 +02:00
parent 93a513c06f
commit 19e7418e62

View file

@ -130,7 +130,7 @@ pub enum LayoutControlMsg {
/// can be passed to `LoadUrl` to load a page with GET/POST
/// parameters or headers
#[derive(Clone, Deserialize, Serialize)]
#[derive(Clone, Debug, Deserialize, Serialize)]
pub struct LoadData {
/// The URL.
pub url: ServoUrl,