in

Function in 

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

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