Function syn::fold::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.