OsStrExt

Trait OsStrExt 

Source
pub trait OsStrExt {
    // Required methods
    fn to_str_direct(&self) -> &str;
    fn to_string_direct(&self) -> String;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl OsStrExt for OsStr

Implementors§