Function from_stream

Source
pub fn from_stream<S>(stream: S) -> FromStream<S::IntoStream>
where S: Send + Sync + IntoStream,
Expand description

Converts a stream into a parallel stream.