pub fn seal<F, S, C>( srv: S, ) -> impl ServiceFactory<Io<F>, C, Response = S::Response, Error = S::Error, InitError = S::InitError>where F: Filter, S: ServiceFactory<IoBoxed, C>, C: Clone,
Service that converts any Io<F> stream to IoBoxed stream
Io<F>