Skip to main content

EndpointQuery

Derive Macro EndpointQuery 

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