syn::fold

Function fold_expr_yield

source
pub fn fold_expr_yield<F>(f: &mut F, node: ExprYield) -> ExprYield
where F: Fold + ?Sized,