Type Definition viz::prelude::Middlewares[][src]

pub type Middlewares = Vec<Arc<dyn Handle<'a, Context, Output = Result<Response, Error>> + 'static>, Global>;
Expand description

Middleware List