[][src]Type Definition rustbreak::MmapDatabase

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

A database backed by anonymous memory map.