Trait PathEx

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

Required Methods§

Implementations on Foreign Types§

Source§

impl PathEx for &str

Source§

impl PathEx for String

Implementors§