pub type AbstractVariant = Variant<()>;
Generic representation of Variant.
Variant
struct AbstractVariant { /* private fields */ }