[][src]Trait dpdk_unix::strings::OsStrExtMore

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.

Loading content...

Implementations on Foreign Types

impl OsStrExtMore for OsStr[src]

Loading content...

Implementors

Loading content...