is_expr_async_block

Function is_expr_async_block 

Source
pub fn is_expr_async_block(expr: &Expr<'_>) -> bool
Expand description

Checks if the expression is an async block (i.e., async { ... }).