validate_length

Function validate_length 

Source
pub fn validate_length(
    value: &str,
    field_name: &str,
    min: Option<usize>,
    max: Option<usize>,
    path: &str,
    config: &ParserConfig,
    collector: &mut ErrorCollector,
) -> bool
Expand description

Validate string length