pub type Variant = Option<&'static [(&'static str, (&'static str, &'static [TypeId]))]>;
pub enum Variant { None, Some(&'static [(&'static str, (&'static str, &'static [TypeId]))]), }
No value.
Some value of type T.
T