pub type Params = Captures<'static, 'static>;
Exports HTTP Router items. Route parameters extracted from a URI that match a route pattern.
struct Params { /* private fields */ }