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

Required methods

Implementations on Foreign Types

Implementors