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

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

Converts normal stream into ActorStream