Expand description
TryForEach consuming sink.
Structsยง
- TryFor
Each - Same as
crate::ForEachbut the closure returnsResult<(), Error>instead of().
TryForEach consuming sink.
crate::ForEach but the closure returns Result<(), Error> instead of ().