Function get_async_closure_expr

Source
pub fn get_async_closure_expr<'tcx>(
    tcx: TyCtxt<'tcx>,
    expr: &Expr<'_>,
) -> Option<&'tcx Expr<'tcx>>
Expand description

Peels away all the compiler generated code surrounding the body of an async closure.