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

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