Trait zeroconf::ffi::c_str::AsCChars[][src]

pub trait AsCChars {
    fn as_c_chars(&self) -> Option<*const c_char>;
}
Expand description

Helper trait to map to Option<*const c_char>.

Required methods

Maps the type to a Option<*const c_char>.

Implementations on Foreign Types

Implementors