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