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