[][src]Function actix::fut::wrap_stream

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

Converts normal stream into ActorStream