Trait arithmetic_typing::arith::WithBoolean[][src]

pub trait WithBoolean: PrimitiveType {
    const BOOL: Self;
}
Expand description

PrimitiveType that has Boolean type as one of its variants.

Associated Constants

const BOOL: Self[src]

Boolean type.

Implementors

impl WithBoolean for Num[src]

const BOOL: Self[src]