Function ntex::service::into_service[][src]

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

Convert object of type T to a service S