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

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

Apply transform to a service.