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