Skip to main content

parse_bounded_u64

Function parse_bounded_u64 

Source
pub fn parse_bounded_u64(value: &str, min: u64, max: u64) -> Option<u64>
Expand description

Parses a u64 runtime configuration value within an inclusive range.