pub fn try_for_each<Func, Item, Error>(func: Func) -> TryForEach<Func>
Expand description
Creates a TryForEach
sink that consumes each item with a fallible function.
pub fn try_for_each<Func, Item, Error>(func: Func) -> TryForEach<Func>
Creates a TryForEach
sink that consumes each item with a fallible function.