Struct iron_params::Params [] [src]

pub struct Params;

Trait Implementations

impl Key for Params
[src]

The value type associated with this key type.

impl BeforeMiddleware for Params
[src]

Do whatever work this middleware should do with a Request object.

Respond to an error thrown by a previous BeforeMiddleware. Read more