Module nstd_sys::core::optional

source ·
Available on crate feature nstd_core only.
Expand description

Represents an optional (possibly uninitialized) value.

Enums

Represents an optional (possibly uninitialized) value.
Describes an NSTDOptional variant.

Type Definitions

Represents an optional value of type NSTDBool.
Represents an optional value of type NSTDChar.
Represents an optional value of type NSTDChar8.
Represents an optional value of type NSTDChar16.
Represents an optional value of type NSTDChar32.
Represents an optional value of type NSTDFloat32.
Represents an optional value of type NSTDFloat64.
Represents an optional value of type NSTDInt.
Represents an optional value of type NSTDInt8.
Represents an optional value of type NSTDInt16.
Represents an optional value of type NSTDInt32.
Represents an optional value of type NSTDInt64.
Represents an optional value of type NSTDUInt.
Represents an optional value of type NSTDUInt8.
Represents an optional value of type NSTDUInt16.
Represents an optional value of type NSTDUInt32.
Represents an optional value of type NSTDUInt64.
Represents an optional value of type NSTDUnichar.