pub fn is_expr_async_block(expr: &Expr<'_>) -> bool
Checks if the expression is an async block (i.e., async { ... }).
async { ... }