Derive Macro leptos::Params

source ยท
#[derive(Params)]
{
    // Attributes available to this 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.