Function ntex::pipeline_factory[][src]

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

Contruct new pipeline factory with one service factory.