pub fn lit(val: impl Into<Literal>) -> Expr
Creates an Expr::Literal node from any type implementing Into<Literal>.
Expr::Literal
Into<Literal>