Option
Option
¶
Bases: Generic[T]
This class cannot be used on its own. Use one of its subclasses
Option8
¶
Bases: Option[T]
, Generic[T]
De[serialize] a type T
only if the leading u8
is non-zero using the syntax Option8[T]
Option16
¶
Bases: Option[T]
, Generic[T]
De[serialize] a type T
only if the leading u16
is non-zero using the syntax Option16[T]
Option32
¶
Bases: Option[T]
, Generic[T]
De[serialize] a type T
only if the leading u32
is non-zero using the syntax Option32[T]