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