Skip to main content

CsvParser

Type Alias CsvParser 

Source
pub type CsvParser = DsvParser<CSV_LANG>;
Expand description

A CSV parser.

Aliased Typeยง

pub struct CsvParser { /* private fields */ }