Function ntex::into_service[][src]

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

Convert object of type T to a service S