Struct actix_web::dev::Params
[−]
[src]
pub struct Params { /* fields omitted */ }
Route match information
If resource path contains variable patterns, Params
stores this variables.
Methods
impl Params
[src]
fn is_empty(&self) -> bool
[src]
fn get(&self, key: &str) -> Option<&str>
[src]
Get matched parameter by name