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
dedup
method - FoldMut
- Future for the
fold_mut
method - Fuse
OnFail - Stream for the
fuse_on_fail
method - Stream
Nth - Stream for the
nth
method - TryDedup
Stream - Stream for the
try_dedup
method - TryFilter
MapOk - Stream for the
try_filter_map_ok
method - TryFold
Mut - Future for the
try_fold_mut
method - TryStream
Nth - Stream for the
try_nth
method