pub type VariantName = String;
The type that we use for the name of the variant.
struct VariantName { /* private fields */ }