pub trait OroConfigLayer {
    // Provided method
    fn layer_config(
        &mut self,
        _matches: &ArgMatches,
        _config: &OroConfig
    ) -> Result<()> { ... }
}

Provided Methods§

source

fn layer_config( &mut self, _matches: &ArgMatches, _config: &OroConfig ) -> Result<()>

Implementors§