Struct restq::plain_data::PlainData[][src]

pub struct PlainData<R> where
    R: Read + Send + Sync
{ pub header: TableDef, pub body: BufReader<R>, }
Expand description

contains just the table definition and the csv data

Fields

header: TableDefbody: BufReader<R>

Implementations

consume self and return as csv rows iterator

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.