Trait conduit_middleware::AroundMiddleware [] [src]

pub trait AroundMiddleware: Handler {
    fn with_handler(&mut self, handler: Box<Handler>);
}

Required Methods

Implementors