pub type LockedMap<T> = BTreeMap<String, T>;
A String-keyed map with deterministic serialization order.
struct LockedMap<T> { /* private fields */ }