parse_min_max

Function parse_min_max 

Source
pub fn parse_min_max(min: Option<&str>, max: Option<&str>) -> Result<(i32, i32)>