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