Function actix_web::actix::fut::wrap_stream

source ·
pub fn wrap_stream<S, A>(s: S) -> StreamWrap<S, A>where
    S: Stream,
Expand description

Converts normal stream into ActorStream