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