pub trait RawStrExt { // Required methods fn as_osstr(&self) -> &OsStr; fn as_path(&self) -> &Path; }
Conversions only available on unix.