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

pub fn fold_expr_while<F: ?Sized>(f: &mut F, node: ExprWhile) -> ExprWhile where
    F: Fold