pub fn demux_var<Sinks, Item, Error>(sinks: Sinks) -> DemuxVar<Sinks, Error>where
Sinks: SinkVariadic<Item, Error>,Available on crate feature
variadics only.Expand description
Creates a DemuxVar sink that sends each item to one of many outputs, depending on the index.