#[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.
#[derive(EnumBitset)]
{
// Attributes available to this derive:
#[bitset]
}
Generates a bitset type out of an enum.
Look at the crate-level documentation for more information.