Function actix_service::pipeline_factory[][src]

pub fn pipeline_factory<I, SF, Req>(factory: I) -> PipelineFactory<SF, Req> where
    I: IntoServiceFactory<SF, Req>,
    SF: ServiceFactory<Req>, 

Construct new pipeline factory with one service factory.