Trait reproto_core::Merge [] [src]

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

Merging of models.

Required Methods

Merge the current model with another.

Implementors