Skip to main content

parse_u16_range

Function parse_u16_range 

Source
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”).