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

Required Methods

Implementors

Conversions only available on unix.