[][src]Trait electrs::store::WriteStore

pub trait WriteStore: Sync {
    fn write(&self, rows: Vec<Row>);
fn flush(&self); }

Required methods

fn write(&self, rows: Vec<Row>)

fn flush(&self)

Loading content...

Implementors

impl WriteStore for FakeStore[src]

impl WriteStore for DBStore[src]

Loading content...