[][src]Function ntex::service::apply

pub fn apply<T, S, U>(t: T, factory: U) -> ApplyTransform<T, S> where
    S: ServiceFactory,
    T: Transform<<S as ServiceFactory>::Service, InitError = <S as ServiceFactory>::InitError>,
    U: IntoServiceFactory<S>, 

Apply transform to a service.