Type Definition rustbreak::MmapDatabase[][src]

type MmapDatabase<D, DS> = Database<D, MmapStorage, DS>;

A database backed by anonymous memory map.