Type Definition diesel::dsl::Or [] [src]

type Or<Lhs, Rhs> = Grouped<Or<Lhs, AsExprOf<Rhs, Bool>>>;

The return type of lhs.or(rhs)