ConfigOverrideProvider

Trait ConfigOverrideProvider 

Source
pub trait ConfigOverrideProvider {
    // Required method
    fn get_config_property_overrides(
        &self,
        network: &Network,
    ) -> Vec<(String, String)>;
}
Expand description

Implement this trait to specify custom configuration overrides for a network when loading the config

Required Methods§

Implementors§