pub trait ExprOperand { type Value; // Required method fn into_operand_expr(self) -> Expr<Self::Value>; }