pub fn validate_usize_range( value: &str, min: usize, max: usize, ) -> SubXResult<usize>
Validate a usize value within a specified range.