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

Required Methods

Implementations on Foreign Types

Implementors