Skip to main content

parse_bounded_u8

Function parse_bounded_u8 

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

Parses a u8 runtime configuration value within an inclusive range.