Struct actix_web::Params [] [src]

pub struct Params { /* fields omitted */ }

Route match information

If resource path contains variable patterns, Params stores this variables.

Methods

impl Params
[src]

[src]

[src]

Get matched parameter by name

Trait Implementations

impl Debug for Params
[src]

[src]

Formats the value using the given formatter.