Function ntex::chain_factory

source ·
pub fn chain_factory<T, R, C, F>(factory: F) -> ServiceChainFactory<T, R, C>
where T: ServiceFactory<R, C>, F: IntoServiceFactory<T, R, C>,
Expand description

Constructs new pipeline factory with one service factory.