Module nullable

Source

Structs§

MatchNullableLibfuncWrapped
Libfunc for converting Nullable<T> to either Box<T> or nothing (in the case of null).
NullLibfunc
Libfunc for creating a null object of type Nullable<T>.
NullableConcreteType
NullableForwardSnapshotLibfuncWrapped
Libfunc for converting @Nullable<T> into Nullable<@T>.
NullableFromBoxLibfuncWrapped
Libfunc for converting Box<T> to Nullable<T>.
NullableTypeWrapped
A type that holds a possibly-null pointer to an object.

Enums§

NullableConcreteLibfunc
NullableLibfunc

Functions§

nullable_ty
Helper for getting the type Nullable<T>.

Type Aliases§

MatchNullableLibfunc
NullableForwardSnapshotLibfunc
NullableFromBoxLibfunc
NullableType