Trait arithmetic_typing::arith::WithBoolean
source · pub trait WithBoolean: PrimitiveType {
const BOOL: Self;
}
Expand description
PrimitiveType
that has Boolean type as one of its variants.
Required Associated Constants§
Object Safety§
This trait is not object safe.