syn::fold

Function fold_expr_yield

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