pub trait BearingConfigFilePath {
    fn config_file_path(&self) -> Option<&Path>;
}

Required Methods§

Implementors§