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