pub const OPTION: BuiltinSchema;Expand description
Option<T>: Some(value) or None.
It has no snapshot: whether a copy of an Option is independent is
decided by what it wraps, and the MVP has no bound to say that with.
pub const OPTION: BuiltinSchema;Option<T>: Some(value) or None.
It has no snapshot: whether a copy of an Option is independent is
decided by what it wraps, and the MVP has no bound to say that with.