Trait MergeProgress

Source
pub trait MergeProgress {
    // Required method
    fn merge_progress(&mut self, new: ProgressEntry);
}

Required Methods§

Implementations on Foreign Types§

Source§

impl MergeProgress for Vec<ProgressEntry>

Implementors§