EnumBitset

Derive Macro EnumBitset 

Source
#[derive(EnumBitset)]
{
    // Attributes available to this derive:
    #[bitset]
}
Expand description

Generates a bitset type out of an enum.

Look at the crate-level documentation for more information.