Nullable

A type that can either be null or contain a boxed value.

Fully qualified path: core::nullable::Nullable

#[derive(Copy, Drop)]
pub extern type Nullable<T>