Trait streamtools::StreamExt
source · pub trait StreamExt: Stream {
// Provided method
fn flatten_switch(self) -> FlattenSwitch<Self>
where Self::Item: Stream,
Self: Sized { ... }
}Expand description
An extension trait for the Stream trait that provides a variety of
convenient combinator functions.