parse_with_col_count

Function parse_with_col_count 

Source
pub fn parse_with_col_count(
    source_text: &str,
    col_count: usize,
) -> Result<Vec<Vec<Option<Cow<'_, str>>>>, WSVError>
Expand description

Same as parse (see the documentation there for behavior details), but accepts an expected column count to avoid unnecessary reallocations of the Vecs.