pub trait PathEx {
// Required methods
fn to_config_path(&self) -> PathBuf;
fn to_path(&self) -> PathBuf;
fn get_content(&self) -> String;
}
pub trait PathEx {
// Required methods
fn to_config_path(&self) -> PathBuf;
fn to_path(&self) -> PathBuf;
fn get_content(&self) -> String;
}