Structs§
- Match
Nullable Libfunc Wrapped - Libfunc for converting
Nullable<T>
to eitherBox<T>
or nothing (in the case ofnull
). - Null
Libfunc - Libfunc for creating a null object of type
Nullable<T>
. - Nullable
Concrete Type - Nullable
Forward Snapshot Libfunc Wrapped - Libfunc for converting
@Nullable<T>
intoNullable<@T>
. - Nullable
From BoxLibfunc Wrapped - Libfunc for converting
Box<T>
toNullable<T>
. - Nullable
Type Wrapped - A type that holds a possibly-null pointer to an object.
Enums§
Functions§
- nullable_
ty - Helper for getting the type
Nullable<T>
.