Function ntex::io::utils::seal[][src]

pub fn seal<F, S, C>(
    srv: S
) -> impl ServiceFactory<Io<F>, C, Response = <S as ServiceFactory<IoBoxed, C>>::Response, Error = <S as ServiceFactory<IoBoxed, C>>::Error, InitError = <S as ServiceFactory<IoBoxed, C>>::InitError> where
    F: Filter,
    S: ServiceFactory<IoBoxed, C>, 
Expand description

Service that converts any Io stream to IoBoxed stream