pub fn seal<F, S, C>(
srv: S,
) -> impl ServiceFactory<Io<F>, C, Response = S::Response, Error = S::Error, InitError = S::InitError>
Expand description
Service that converts any Io
pub fn seal<F, S, C>(
srv: S,
) -> impl ServiceFactory<Io<F>, C, Response = S::Response, Error = S::Error, InitError = S::InitError>
Service that converts any Io