Function plumbum::leftover_chunk [] [src]

pub fn leftover_chunk<'a, I, O>(i: Vec<I>) -> ConduitM<'a, I, O, ()>

Provide a single piece of leftover input to be consumed by the next component in the current binding.