Derive Macro Params
#[derive(Params)]
Expand description
Derives a trait that parses a map of string keys and values into a typed data structure, e.g., for route params.
#[derive(Params)]
Derives a trait that parses a map of string keys and values into a typed data structure, e.g., for route params.