Macros§
Traits§
- Stream
Ext - An extension trait for
Streams that provides a variety of convenient combinator functions. - TryStream
Ext - Adapters specific to
Result-returning streams
Type Aliases§
- BoxStream
- An owned dynamically typed
Streamfor use in cases where you can’t statically type your result or need to add some indirection.