Home
last modified time | relevance | path

Searched refs:fold_expr_async (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/syn/src/gen/
H A Dfold.rs147 fn fold_expr_async(&mut self, i: ExprAsync) -> ExprAsync { in fold_expr_async() functions
148 fold_expr_async(self, i) in fold_expr_async()
1207 Expr::Async(_binding_0) => Expr::Async(full!(f.fold_expr_async(_binding_0))), in fold_expr()
1283 pub fn fold_expr_async<F>(f: &mut F, node: ExprAsync) -> ExprAsync in fold_expr_async() functions

Completed in 4 milliseconds