Derive Macro serde_query::Deserialize[][src]

#[derive(Deserialize)]
{
    // Attributes available to this derive:
    #[query]
}
Expand description

Derive macro that generates serde::Deserialize directly.

Please refer to the module-level document for the usage.