Derive Macro enumoid_derive::Enumoid

source ·
#[derive(Enumoid)]
{
    // Attributes available to this derive:
    #[index_type]
    #[bitset_word_types]
}
Expand description

Derive macro which implements the Enumoid, EnumArrayHelper<V>, EnumSetHelper<BitsetWord>, and From<EnumIndex<T>> traits for a type.