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

Represents an optional value of type NSTDCString.