Trait sgx_tstd::os::unix::prelude::OsStringExt [−][src]
Unix-specific extensions to OsString
.
Required Methods
fn from_vec(vec: Vec<u8>) -> Self
Creates an [OsString
] from a byte vector.
fn into_vec(self) -> Vec<u8>
Yields the underlying byte vector of this [OsString
].
Implementors
impl OsStringExt for OsString