Module zeroconf::ffi::c_str[][src]

Expand description

Utilities related to c-string handling

Traits

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

Functions

Copies the specified *const c_char into a String.

Returns the specified *const c_char as a &'a str. Ownership is not taken.