Available on crate feature
std only.Expand description
LazyDemuxSink and related items.
Structs§
- Lazy
Demux Sink - Sink which receives keys paired with items
(Key, Item), and lazily creates sinks on first use.
Functions§
- demux_
map_ lazy - Creates a
LazyDemuxSinkthat lazily creates sinks on first use for each key.