[−][src]Trait dpdk_unix::strings::OsStrExtMore
An extension trait for OsStr
.
Required methods
fn os_str_to_c_string(&self) -> CString
Converts as OsStr
to a CString
.
Implementations on Foreign Types
impl OsStrExtMore for OsStr
[src]
impl OsStrExtMore for OsStr
fn os_str_to_c_string(&self) -> CString | [src] |