Trait bootstrap::core::config::config::Merge

source ·
trait Merge {
    // Required method
    fn merge(&mut self, other: Self, replace: ReplaceOpt);
}

Required Methods§

source

fn merge(&mut self, other: Self, replace: ReplaceOpt)

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl<T> Merge for Option<T>

source§

fn merge(&mut self, other: Self, replace: ReplaceOpt)

Implementors§