Struct saphir::MiddlewareStack[][src]

pub struct MiddlewareStack { /* fields omitted */ }

Struct representing the layering of middlewares in the server

Methods

impl MiddlewareStack
[src]

Method to apply a new middleware onto the stack where the include_path vec are all path affected by the middleware, and exclude_path are exclusion amongst the included paths.

Trait Implementations

impl Clone for MiddlewareStack
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations