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