#[derive(ConstEnum)]Available on crate feature
derive only.Expand description
Derives EnumCount and EnumNames, as well as EnumDiscriminants if the enum has a valid primitive repr type.
Valid repr types are u8, u16, u32, u64, u128, usize, i8, i16, i32, i64, i128, and isize.