Module try_fold

Source

Structsยง

TryFold
TryFold is an iterator that applies a function over an iterator producing a single value. This struct is created by the try_fold() method on ParallelIterator
TryFoldConsumer ๐Ÿ”’
TryFoldFolder ๐Ÿ”’
TryFoldWith
TryFoldWith is an iterator that applies a function over an iterator producing a single value. This struct is created by the try_fold_with() method on ParallelIterator
TryFoldWithConsumer ๐Ÿ”’