pub fn is_empty_block(expr: &Expr<'_>) -> bool
Check if the given Expr is an empty block (i.e. {}) or not.
Expr
{}