1.0.0[−][src]Trait std::os::unix::ffi::OsStrExt
This is supported on Unix only.
Platform-specific extensions to OsStr
.
Required methods
ⓘImportant traits for &'_ mut Ffn from_bytes(slice: &[u8]) -> &Self
ⓘImportant traits for &'_ mut F
This is supported on Unix only.
Creates an OsStr
from a byte slice.
See the module docmentation for an example.
fn as_bytes(&self) -> &[u8]
This is supported on Unix only.
Gets the underlying byte view of the OsStr
slice.
See the module docmentation for an example.