1.0.0[][src]Trait std::os::unix::ffi::OsStrExt

pub trait OsStrExt {
    fn from_bytes(slice: &[u8]) -> &Self;
fn as_bytes(&self) -> &[u8]; }
This is supported on Unix only.

Platform-specific extensions to OsStr.

Required methods

Important traits for &'_ mut W
fn from_bytes(slice: &[u8]) -> &Self

This is supported on Unix only.

Creates an OsStr from a byte slice.

See the module docmentation for an example.

Important traits for &'_ mut [u8]
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.

Loading content...

Implementors

impl OsStrExt for OsStr[src]

Loading content...