[−][src]Trait leveldb::database::batch::Batch
Batch access to the database
Required methods
fn write(
&self,
options: WriteOptions,
batch: &Writebatch<K>
) -> Result<(), Error>
&self,
options: WriteOptions,
batch: &Writebatch<K>
) -> Result<(), Error>
Write a batch to the database, ensuring success for all items or an error
Implementors
impl<K: Key> Batch<K> for Database<K>
[src]
fn write(
&self,
options: WriteOptions,
batch: &Writebatch<K>
) -> Result<(), Error>
[src]
&self,
options: WriteOptions,
batch: &Writebatch<K>
) -> Result<(), Error>