pub fn restrict_null_literal(expr: Expr) -> Option<Expr>
Expand description

Returns None if the Expr is a null literal and Some(expr) otherwise.