Skip to main content

PathParams

Type Alias PathParams 

Source
type PathParams<'a> = HashMap<&'static str, Cow<'a, str>>;
Expand description

Aliased Typeยง

struct PathParams<'a> { /* private fields */ }