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

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