Skip to main content

Nullable

Type Alias Nullable 

Source
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 */ }