pub trait Merge {
    fn merge(&mut self, other: &Self);
}

Required Methods

Implementors