pub type RouteParams = HashMapXxHash3_64<String, String>;Expand description
A type alias for a hash map that stores captured route parameters.
The key is the parameter name and the value is the captured string.
Aliased Typeยง
pub struct RouteParams { /* private fields */ }