or

Function or 

Source
pub fn or(left: impl Into<Expr>, right: impl Into<Expr>) -> Expr
Expand description

Creates an Expr::BinaryOp node with the BinaryOperator::Or operator.