Module stream_ext

Source

Re-exportsยง

pub use chain::Chain;
pub use filter::Filter;
pub use filter_map::FilterMap;
pub use fuse::Fuse;
pub use map::Map;
pub use map_while::MapWhile;
pub use merge::Merge;
pub use skip::Skip;
pub use skip_while::SkipWhile;
pub use take::Take;
pub use take_while::TakeWhile;
pub use then::Then;
pub use peekable::Peekable;
pub use timeout::Timeout;
pub use timeout_repeating::TimeoutRepeating;
pub use chunks_timeout::ChunksTimeout;

Modulesยง

all ๐Ÿ”’
any ๐Ÿ”’
chain ๐Ÿ”’
chunks_timeout ๐Ÿ”’
collect ๐Ÿ”’
filter ๐Ÿ”’
filter_map ๐Ÿ”’
fold ๐Ÿ”’
fuse ๐Ÿ”’
map ๐Ÿ”’
map_while ๐Ÿ”’
merge ๐Ÿ”’
next ๐Ÿ”’
peekable ๐Ÿ”’
skip ๐Ÿ”’
skip_while ๐Ÿ”’
take ๐Ÿ”’
take_while ๐Ÿ”’
then ๐Ÿ”’
throttle ๐Ÿ”’
Slow down a stream by enforcing a delay between items.
timeout ๐Ÿ”’
timeout_repeating ๐Ÿ”’
try_next ๐Ÿ”’

Traitsยง

StreamExt
An extension trait for the Stream trait that provides a variety of convenient combinator functions.

Functionsยง

merge_size_hints ๐Ÿ”’
Merge the size hints from two streams.