pub trait VariantIterator: Sized { type Iterator: Iterator<Item = Self>; fn iter() -> Self::Iterator; }