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

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

Middleware List