Trait frame_support::traits::VariantCount
source · pub trait VariantCount {
const VARIANT_COUNT: u32;
}
Expand description
Trait to get the number of variants in any enum.
NOTE: can be removed once https://doc.rust-lang.org/std/mem/fn.variant_count.html is stable.
Required Associated Constants§
sourceconst VARIANT_COUNT: u32
const VARIANT_COUNT: u32
Get the number of variants.
Object Safety§
This trait is not object safe.