PathExt

Trait PathExt 

Source
pub trait PathExt {
    // Required methods
    fn ext_str(&self) -> &str;
    fn file_name_str(&self) -> &str;
}

Required Methods§

Source

fn ext_str(&self) -> &str

Source

fn file_name_str(&self) -> &str

Implementations on Foreign Types§

Source§

impl PathExt for Path

Source§

fn ext_str(&self) -> &str

Source§

fn file_name_str(&self) -> &str

Implementors§