[][src]Function ntex::service::pipeline_factory

pub fn pipeline_factory<T, F>(factory: F) -> PipelineFactory<T> where
    F: IntoServiceFactory<T>,
    T: ServiceFactory

Contruct new pipeline factory with one service factory.