Trait raw_string::unix::RawStringExt
source · pub trait RawStringExt {
// Required methods
fn into_osstring(self) -> OsString;
fn into_pathbuf(self) -> PathBuf;
}
Required Methods§
fn into_osstring(self) -> OsString
fn into_pathbuf(self) -> PathBuf
Implementors§
impl RawStringExt for RawString
Conversions only available on unix.