Function ntex::chain

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

Constructs new chain with one service.