pub trait AsCCharPtrPtr {
    // Required method
    fn as_c_char_ptr(&self) -> *const c_char;
}

Required Methods§

Implementations on Foreign Types§

source§

impl AsCCharPtrPtr for [u8]

Implementors§