pub type BTreeMapChain<K, V> = Chain<BTreeMap<K, V>>;
struct BTreeMapChain<K, V> { /* private fields */ }