Trait ToPointerCString

Source
pub trait ToPointerCString {
    // Required method
    fn to_ptr(&self) -> *const c_char;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl ToPointerCString for CStr

Implementors§