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

Required Methods

Implementations on Foreign Types

Implementors