Derive Macro ConstEnum

Source
#[derive(ConstEnum)]
Expand description

Derives EnumCount, and 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.