Corelib
Nullable
match_nullable
pub enum FromNullableResult { Null, NotNull: Box, }
Null
NotNull: Box
Was this page helpful?