Function ntex::io::boxed[][src]

pub fn boxed<S, R, F>(inner: S) -> Boxed<S, R> where
    F: Filter,
    S: Service<R, Response = Io<F>>, 
Expand description

Service that converts Io responses from service to the IoBoxed