pub type And<Lhs, Rhs> = And<Lhs, AsExprOf<Rhs, Bool>>;
Expand description
The return type of
lhs.and(rhs)
Aliased Typeยง
struct And<Lhs, Rhs> { /* private fields */ }
pub type And<Lhs, Rhs> = And<Lhs, AsExprOf<Rhs, Bool>>;
The return type of
lhs.and(rhs)
struct And<Lhs, Rhs> { /* private fields */ }