pub fn parse_u16_range(input: &str) -> Result<RangeInclusive<u16>>Expand description
Parse a single value or range of u16 numbers (e.g., “400” or “300-500”).
pub fn parse_u16_range(input: &str) -> Result<RangeInclusive<u16>>Parse a single value or range of u16 numbers (e.g., “400” or “300-500”).