pub fn fold_fields<F>(f: &mut F, node: Fields) -> Fieldswhere
    F: Fold + ?Sized,
Available on crate feature fold only.