pub trait BoolExpr { type Ret: BoolVal; }
An expression returning a prelude::BoolVal
prelude::BoolVal