Derive Macro serde_query::Deserialize

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

Derive macro that generates serde::Deserialize directly.

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