Type Definition rustbreak::MemoryDatabase[][src]

type MemoryDatabase<D, DS> = Database<D, MemoryBackend, DS>;

A database backed by a Vec<u8>