Type Alias nstd_sys::cstring::NSTDOptionalCString
source · pub type NSTDOptionalCString<'a> = NSTDOptional<NSTDCString<'a>>;Available on crate feature
cstring only.Expand description
Represents an optional value of type NSTDCString.