Type Definition ntex_service::boxed::BoxService[][src]

pub type BoxService<Req, Res, Err> = Box<dyn Service<Request = Req, Response = Res, Error = Err, Future = BoxFuture<Res, Err>>>;