pub fn validate_row_length( row_index: usize, expected_fields: usize, actual_values: usize, ) -> Result<(), ToonError>
Validate that a tabular row has the expected number of values.