pub fn and(left: impl Into<Expr>, right: impl Into<Expr>) -> Expr
Creates an Expr::BinaryOp node with the BinaryOperator::And operator.
Expr::BinaryOp
BinaryOperator::And