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

Required Methods§

source

fn as_osstr(&self) -> &OsStr

source

fn as_path(&self) -> &Path

Implementors§

source§

impl RawStrExt for RawStr

Conversions only available on unix.