Expand description
The persistence backends of the Database.
A file is a Backend through the FileBackend, so is a Vec<u8> with a
MemoryBackend.
Implementing your own Backend should be straightforward. Check the Backend
documentation for details.
Structs
Traits
The Backend Trait.