Struct quick_csv::Row [] [src]

pub struct Row { /* fields omitted */ }

Row struct used as Csv iterator Item

Row can be decoded into a Result

Methods

impl Row
[src]

Gets an iterator over columns

Creates a new BytesColumns iterator over &[u8]

Decode row into custom decodable type

Gets columns count

Row is empty if there is no columns