pub trait RawStringExt {
    // Required methods
    fn into_osstring(self) -> OsString;
    fn into_pathbuf(self) -> PathBuf;
}

Required Methods§

Implementors§

source§

impl RawStringExt for RawString

Conversions only available on unix.