pub type NSTDOptionalString<'a> = NSTDOptional<NSTDString<'a>>;
Available on crate feature string only.
Expand description

Represents an optional value of type NSTDString.