Function ntex_service::into_service

source ·
pub fn into_service<Svc, Req, F>(tp: F) -> Svc
where Svc: Service<Req>, F: IntoService<Svc, Req>,
Expand description

Convert object of type T to a service S