[][src]Function syn::fold::fold_expr_async

pub fn fold_expr_async<F: ?Sized>(f: &mut F, node: ExprAsync) -> ExprAsync where
    F: Fold