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