Function ntex::into_service[][src]

pub fn into_service<T, S, Req>(tp: T) -> S where
    S: Service<Req>,
    T: IntoService<S, Req>, 
Expand description

Convert object of type T to a service S