Available on crate feature
variadics
only.Structs§
- Demux
Var - Sink which receives indices paired with items
(usize, Item)
, and pushes to the corresponding output sink in a variadic of sinks.
Traits§
- Sink
Variadic - A variadic of
Sink
s.
Functions§
- demux_
var - Creates a
DemuxVar
sink that sends each item to one of many outputs, depending on the index.