Skip to main content

from_csv_str_with_limits

Function from_csv_str_with_limits 

Source
pub fn from_csv_str_with_limits<T: CsvEncode + CsvDecode>(
    input: &str,
    limits: &CsvLimits,
) -> Result<Vec<T>, CsvFromStrError>
Expand description

Reads CSV text into typed records, validating the header, with explicit limits.