Type Definition csv_pipeline::RowResult

source ·
pub type RowResult = Result<Row, PlError>;
Expand description

Alias of Result<Row, Error>