Params

Type Alias Params 

Source
pub type Params = Captures<'static, 'static>;
Expand description

Route parameters extracted from a URI that match a route pattern.

Aliased Typeยง

pub struct Params { /* private fields */ }