Struct git_features::parallel::reduce::IdentityWithResult
source · [−]pub struct IdentityWithResult<Input, Error> { /* private fields */ }
Expand description
An identity reducer for those who want to use Stepwise
or in_parallel()
without the use of non-threaded reduction of products created in threads.
Trait Implementations
type FeedProduce = Input
type FeedProduce = Input
The type produced once by the finalize()
method. Read more
type Error = Error
type Error = Error
The error type to use for all methods of this trait.
Called each time a new item
was produced in order to aggregate it into the final result. Read more