Function syn::fold::fold_expr_while[][src]

pub fn fold_expr_while<F>(f: &mut F, node: ExprWhile) -> ExprWhile where
    F: Fold + ?Sized
This is supported on crate feature fold only.