pub trait IndexEnum { // Required method fn index_enum(index: usize) -> Option<Self> where Self: Sized; }