pub type Nullable<T> = Maybe<T, AsNullable>;Expand description
Represents nullable values as per the TLV spec.
Aliased Typeยง
pub struct Nullable<T> { /* private fields */ }pub type Nullable<T> = Maybe<T, AsNullable>;Represents nullable values as per the TLV spec.
pub struct Nullable<T> { /* private fields */ }