Type Alias PT_CHARBUFARRAY

Source
pub type PT_CHARBUFARRAY<'a> = CStrArray<'a>;
Expand description

Array of C-style strings (Vec<&CStr>)

Aliased Typeยง

struct PT_CHARBUFARRAY<'a>(/* private fields */);