pub type Log<'a> = BTreeMap<Key<'a>, Value<'a>>;
A type alias for BTreeMap<Key<’a>, Value<’a>>. BTreeMap is used to keep the order of the keys.