pub trait CFGResolver {
// Required method
fn get_from_argument(&self) -> Option<&str>;
}Expand description
trait that asks for config filename (takes precedence over other guessings)
pub trait CFGResolver {
// Required method
fn get_from_argument(&self) -> Option<&str>;
}trait that asks for config filename (takes precedence over other guessings)