Trait object_merge::Merge

source ·
pub trait Merge {
    fn merge(&mut self, template: &Self);
}
Expand description

Combine a type with a template of what values to use when they’re unspecified in the self instance. On containers like maps, this will recursively call merge for elements that have the same key.

Required Methods§

Implementations on Foreign Types§

Implementors§