#[derive(EndpointQueryDerive)]
{
// Attributes available to this derive:
#[query]
}
Available on crate feature
macros only.Expand description
Derives EndpointQuery
for a serde-serializable query struct.
Requires Serialize on the type (typically via #[derive(Serialize)]).