Type Definition csvsc::error::RowResult

source · []
pub type RowResult = Result<Row, Error>;
Expand description

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