Trait bitflags::traits::PublicFlags
source · pub trait PublicFlags {
type Primitive: Primitive;
type Internal;
}
Expand description
A trait for referencing the bitflags
-owned internal type
without exposing it publicly.