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