Nullable value.
Used to safely handle both null and non-null cases when using match_nullable on a
Nullable.
Nullable value.
Used to safely handle both null and non-null cases when using match_nullable on a
Nullable.
pub enum FromNullableResult {
Null,
NotNull: Box,
}
Null
NotNull: Box
Was this page helpful?