Skip to main content

TsvParser

Type Alias TsvParser 

Source
pub type TsvParser = DsvParser<TSV_LANG>;
Expand description

A TSV parser.

Aliased Typeยง

pub struct TsvParser { /* private fields */ }