Trait dpdk_unix::OsStrExtMore [−][src]
pub trait OsStrExtMore {
fn os_str_to_c_string(&self) -> CString;
}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 OsStrfn os_str_to_c_string(&self) -> CString[src]
fn os_str_to_c_string(&self) -> CString