Function iota_protocol_config::check_limit_in_range
source ยท pub fn check_limit_in_range<T: Into<V>, U: Into<V>, V: PartialOrd + Into<u128>>(
x: T,
soft_limit: U,
hard_limit: V,
) -> LimitThresholdCrossed
Expand description
Convenience function for comparing limit ranges V::MAX must be at >= U::MAX and T::MAX