Trait object_merge::Combine

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

Combine two containers by combining all of their elements. This does not deduplicate anything for types which support multiple values of the same key.

Required Methods§

Implementations on Foreign Types§

Implementors§