pub trait PublicFlags { type Primitive: Primitive; type Internal; }
A trait for referencing the bitflags-owned internal type without exposing it publicly.
bitflags
The type of the underlying storage.
The type of the internal field on the generated flags type.