Module core_foundation::dictionary [] [src]

Dictionaries of key-value pairs.

Reexports

pub use core_foundation_sys::dictionary::*;

Structs

CFDictionary

An immutable dictionary of key-value pairs.

CFMutableDictionary

An mutable dictionary of key-value pairs.