Type Definition bde::Dictionary

source ·
pub type Dictionary<V = Value> = BTreeMap<ByteString, V>;