Function sink_splitter::new [] [src]

pub fn new<K, V, E, S>() -> (Splitter<K, S>, Controller<K, S>) where
    K: Eq + Hash,
    S: Sink<SinkItem = V, SinkError = E>,
    E: Debug

Create a new connected Splitter and Controller pair.