Function plumbum::produce
[−]
[src]
pub fn produce<'a, I, O>(o: O) -> ConduitM<'a, I, O, ()>
Send a value downstream to the next component to consume.
If the downstream component terminates, this call will never return control.