Trait std_ext::PathExt

source ·
pub trait PathExt {
    // Required method
    fn ext_str(&self) -> &str;
}

Required Methods§

source

fn ext_str(&self) -> &str

Implementations on Foreign Types§

source§

impl PathExt for Path

source§

fn ext_str(&self) -> &str

Implementors§