Trait dpdk_unix::OsStrExtMore[][src]

pub trait OsStrExtMore {
    fn os_str_to_c_string(&self) -> CString;
}

An extension trait for OsStr.

Required Methods

Converts as OsStr to a CString.

Implementations on Foreign Types

impl OsStrExtMore for OsStr
[src]

Implementors