Type Definition csv_pipeline::Row

source ·
pub type Row = StringRecord;
Expand description

Trait Implementations§

source§

impl From<Headers> for Row

source§

fn from(headers: Headers) -> Row

Converts to this type from the input type.