[][src]Type Definition csvsc::RowResult

type RowResult = Result<Row, Error>;

The type that actually flows the transformation chain. Either a row or an error.