Type Definition csvsc::Row[][src]

type Row = StringRecord;

Type alias of csv::StringRecord. Represents a row of data.

Trait Implementations

impl From<Headers> for Row[src]

impl PartialEq<Headers> for Row[src]