Module ops

Module ops 

Source
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ยง

DedupStream
Stream for the dedup method
FoldMut
Future for the fold_mut method
FuseOnFail
Stream for the fuse_on_fail method
StreamNth
Stream for the nth method
TryDedupStream
Stream for the try_dedup method
TryFilterMapOk
Stream for the try_filter_map_ok method
TryFoldMut
Future for the try_fold_mut method
TryStreamNth
Stream for the try_nth method