Function ntex::pipeline

source ·
pub fn pipeline<Svc, Req, F>(service: F) -> Pipeline<Req, Svc>where
    Svc: Service<Req>,
    F: IntoService<Svc, Req>,
Expand description

Constructs new pipeline with one service in pipeline chain.