Trait git_repository::parallel::reduce::Finalize   
source · pub trait Finalize {
    type Reduce: Reduce;
    fn finalize(
        self
    ) -> Result<<Self::Reduce as Reduce>::Output, <Self::Reduce as Reduce>::Error>;
}Expand description
A trait reflecting the finalize() method of Reduce implementations