Type Definition ntex::service::boxed::BoxService[][src]

pub type BoxService<Req, Res, Err> = Box<dyn Service<Req, Error = Err, Response = Res, Future = Pin<Box<dyn Future<Output = Result<Res, Err>> + 'static, Global>>> + 'static, Global>;