Nullable value.
Used to safely handle both null and non-null cases when using match_nullable on a
Nullable.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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?