Function ntex::pipeline[][src]

pub fn pipeline<F, T>(service: F) -> Pipeline<T> where
    T: Service,
    F: IntoService<T>, 
Expand description

Contruct new pipeline with one service in pipeline chain.