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