Trait bit_roles::RoleVariant
source · pub trait RoleVariant: Into<usize> + Copy { }Expand description
The role variant trait. All role enums must implement this trait.
Object Safety§
This trait is not object safe.
pub trait RoleVariant: Into<usize> + Copy { }The role variant trait. All role enums must implement this trait.