#[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.
#[derive(Deserialize)]
{
// Attributes available to this derive:
#[query]
}
Derive macro that generates serde::Deserialize
directly.
Please refer to the module-level documentation for the usage.