Skip to main content

OPTION

Constant OPTION 

Source
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.