Crate delta_btree_map

source

Structs§

  • Cursor that can iterate back and forth over the updated version of the snapshot.
  • DeltaBTreeMap wraps two BTreeMap references respectively as snapshot and delta, providing cursor that can iterate over the updated version of the snapshot.

Enums§