Trait pe::AsOsStr [] [src]

pub trait AsOsStr {
    fn as_os_str(&self) -> &OsStr;
}

Required Methods

Implementors