pub(crate) type Variants = Punctuated<Variant, Comma>;
pub(crate) struct Variants { /* private fields */ }