validate_row_length

Function validate_row_length 

Source
pub fn validate_row_length(
    row_index: usize,
    expected_fields: usize,
    actual_values: usize,
) -> Result<(), ToonError>
Expand description

Validate that a tabular row has the expected number of values.