Type Definition ntex::service::boxed::BoxService

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