pub trait ExtendConfig { fn extend(&mut self, other: &Self); }
Extends a configuration instance with overriding config