Type Definition nstd_sys::cstring::NSTDOptionalCString

source ·
pub type NSTDOptionalCString<'a> = NSTDOptional<NSTDCString<'a>>;
Available on crate feature nstd_cstring only.
Expand description

Represents an optional value of type NSTDCString.