Skip to main content

EndpointQueryDerive

Derive Macro EndpointQueryDerive 

Source
#[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)]).