pub trait BitflagPrimitive: Sealed { }
Expand description
Primitive types that can be used with bitflag
attribute implement this trait.
pub trait BitflagPrimitive: Sealed { }
Primitive types that can be used with bitflag
attribute implement this trait.