Function syn::fold::fold_expr_while

source ยท
pub fn fold_expr_while<F>(f: &mut F, node: ExprWhile) -> ExprWhile
where F: Fold + ?Sized,
Available on crate features fold and full only.