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

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

The return type of lhs.or(rhs)