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