[][src]Type Definition orga::store::BufStoreMap

type BufStoreMap = BTreeMap<Vec<u8>, Option<Vec<u8>>>;

An in-memory map containing values modified by writes to a BufStore.