Expand description
The various structs which wrap various Stream and
TryStream upstreams to implement various behavior live in this
module.
You should not have to directly import this module. Instead, use the extension traits
detailed in the module documentation (see: JStreamExt and
JTryStreamExt).
Structsยง
- Dedup
Stream - Stream for the
dedupmethod - FoldMut
- Future for the
fold_mutmethod - Fuse
OnFail - Stream for the
fuse_on_failmethod - Stream
Nth - Stream for the
nthmethod - TryDedup
Stream - Stream for the
try_dedupmethod - TryFilter
MapOk - Stream for the
try_filter_map_okmethod - TryFold
Mut - Future for the
try_fold_mutmethod - TryStream
Nth - Stream for the
try_nthmethod