Type Definition kpdb::HistoryMap [] [src]

type HistoryMap = HashMap<EntryUuid, Vec<Entry>>;

A type alias for a map with history entries.