Structs§
- Database
- Leveldb database main entery
- Item
- Key / Value item.
- KeyValue
Iterator - Leveldb iterator for kv.
- Open
Options - Database open options.
- ReadOps
- Leveldb read options.
- Snapshot
- Leveldb snapshot object.
- Write
Batch - Write
Ops - Leveldb write options.
Traits§
- KeyValue
- The leveldb key / value input type must implement this trait.
- KeyValue
Return - The leveldb get / iterator return type must implement this trait.
Functions§
- to_
io_ error - Convert leveldb information to rust
io::Resultand release error object memory.