[][src]Trait sqlite2dir::TableSink

pub trait TableSink {
    fn write_row(&mut self, row: &Row) -> Result<()>;
}

Required methods

fn write_row(&mut self, row: &Row) -> Result<()>

Loading content...

Implementors

impl TableSink for FileTable[src]

impl<'repo> TableSink for GitTable[src]

Loading content...