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

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