pub trait Next: Send + Sync { // Required method fn call(&self, ctx: Ctx) -> BoxFuture<'static, Result<Response>>; }