pub trait ExtendConfig {
    // Required method
    fn extend(&mut self, other: &Self);
}
Expand description

Extends a configuration instance with overriding config

Required Methods§

source

fn extend(&mut self, other: &Self)

Implementors§