Trait git_features::parallel::reduce::Finalize [−][src]
pub trait Finalize { type Reduce: Reduce; fn finalize(
self
) -> Result<<Self::Reduce as Reduce>::Output, <Self::Reduce as Reduce>::Error>; }
A trait reflecting the finalize()
method of Reduce
implementations
Associated Types
Loading content...Required methods
fn finalize(
self
) -> Result<<Self::Reduce as Reduce>::Output, <Self::Reduce as Reduce>::Error>
[src]
self
) -> Result<<Self::Reduce as Reduce>::Output, <Self::Reduce as Reduce>::Error>
Similar to the Reduce::finalize()
method
Implementors
Loading content...