pub trait NestMiddleware: Send + Sync + 'static { // Required method fn handle(&self, req: Request<Body>, next: NextFn) -> NextFuture; }