pub trait RawStrExt {
    fn as_osstr(&self) -> &OsStr;
    fn as_path(&self) -> &Path;
}

Required Methods

Implementors

Conversions only available on unix.