pub fn for_each<Func, Item>(func: Func) -> ForEach<Func>where Func: FnMut(Item),
Creates a ForEach sink that consumes each item with a function.
ForEach