Struct rusty_pipe::MetaRouter [] [src]

pub struct MetaRouter { /* fields omitted */ }

Methods

impl MetaRouter
[src]

[src]

Trait Implementations

impl Clone for MetaRouter
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Key for MetaRouter
[src]

The value type associated with this key type.

impl BeforeMiddleware for MetaRouter
[src]

[src]

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

[src]

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

Auto Trait Implementations

impl Send for MetaRouter

impl Sync for MetaRouter