for_each

Function for_each 

Source
pub fn for_each<Func, Item>(func: Func) -> ForEach<Func>
where Func: FnMut(Item),
Expand description

Creates a ForEach sink that consumes each item with a function.