Skip to main content

Module lazy_sink_source

Module lazy_sink_source 

Source
Expand description

LazySinkSource, and related items.

Structsยง

LazySinkSource
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].