syn::fold

Function fold_expr_async

Source
pub fn fold_expr_async<F>(f: &mut F, node: ExprAsync) -> ExprAsync
where F: Fold + ?Sized,
Available on crate features fold and full only.