pub fn normalize_bounded_u64_config_value(
key: &str,
value: &str,
min: u64,
max: u64,
) -> Result<String>Expand description
Normalizes a bounded u64 runtime configuration value for storage.
ยงErrors
Returns [ConfigError] when the value is malformed, out of range, or not finite as required.