Trait swiss_army_knife::strings::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[src]

Converts as OsStr to a CString.

Loading content...

Implementations on Foreign Types

impl OsStrExtMore for OsStr[src]

Loading content...

Implementors

Loading content...