Structsยง
TryFold
is an iterator that applies a function over an iterator producing a single value. This struct is created by thetry_fold()
method onParallelIterator
- TryFold
Consumer ๐ - TryFold
Folder ๐ TryFoldWith
is an iterator that applies a function over an iterator producing a single value. This struct is created by thetry_fold_with()
method onParallelIterator
- TryFold
With ๐Consumer