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