parse_exact_length

Function parse_exact_length 

Source
pub fn parse_exact_length(
    input: &str,
    expected_len: usize,
    field_name: &str,
) -> Result<String, ParseError>
Expand description

Parse a string with exact length requirement