Type Definition csvsc::Row

source · []
pub type Row = StringRecord;
Expand description

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

Trait Implementations

Converts to this type from the input type.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.