Expand description
LazySinkSource, and related items.
Structsยง
- Lazy
Sink Source - A lazy sink-source, where the internal state is initialized when the first item is attempted to be pulled from the
source, or when the first item is sent to the sink. To split into separate source and sink halves, use
[
futures_util::StreamExt::split].