Type Definition csvsc::error::RowResult[][src]

type RowResult = Result<Row, Error>;

The type that actually flows through the row stream. Either a row or an error.