Function actix::fut::stream::wrap_stream

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

Converts normal stream into ActorStream