pub trait InnerHandler: Send + Sync { // Required method fn handle<'a, 'b, 'c>(&'a self, _: Request<'a, 'b, 'c>) -> Response; }