Structsยง
- TryFold
TryFoldis 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 ๐ - TryFold
With TryFoldWithis 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