pub type RedBlackTreeMapSync<K, V> = RedBlackTreeMap<K, V, ArcK>;

Implementations§

source§

impl<K, V> RedBlackTreeMapSync<K, V>where K: Ord,