Function ntex::service::apply

source · []
pub fn apply<T, S, R, C, U>(t: T, factory: U) -> ApplyTransform<T, S, R, C> where
    S: ServiceFactory<R, C>,
    T: Transform<<S as ServiceFactory<R, C>>::Service>,
    U: IntoServiceFactory<S, R, C>, 
Expand description

Apply transform to a service.