[][src]Trait chopper_lib::chopper::chopper::Source

pub trait Source {
    fn header(&self) -> &Header;
fn next_row(&mut self) -> CliResult<Option<Row>>;
fn has_native_timestamp_column(&self) -> bool; }

Required methods

fn header(&self) -> &Header

fn next_row(&mut self) -> CliResult<Option<Row>>

fn has_native_timestamp_column(&self) -> bool

Loading content...

Trait Implementations

impl Debug for dyn Source[src]

Implementors

impl<R: Read> Source for CSVSource<R>[src]

impl<R: Read> Source for DCSource<R>[src]

Loading content...