Skip to main content

Merge

Trait Merge 

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

Required Methods§

Implementations on Foreign Types§

Source§

impl Merge for Vec<ProgressEntry>

Implementors§