pub trait ShallowMerge {
    fn shallow_merge(&mut self, template: &Self);
}
Expand description

Used for types like Option when no recursive merging should be performed.

Required Methods§

Implementations on Foreign Types§

Implementors§