[][src]Function actix_service::apply

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

Apply transform to a service.