Expand description
Dictionary types and traits.
Structs§
- CIter
- Iterator on a dictionary’s keys and values exposed as
CStr
. - DictRef
- Flags
- Dictionary flags
- Iter
- Iterator on a dictionary’s keys and values exposed as
str
. - Keys
- Iterator on a dictionary’s keys.
- Parse
Value Error - An error raised by
DictRef::parse
if the value cannot be converted to the requested type. - Static
Dict - A collection of static key/value pairs.
- Values
- Iterator on a dictionary’s values.
- spa_
dict_ item - \addtogroup spa_dict {
Traits§
- Parsable
Value - Trait implemented on types which can be returned by
DictRef::parse
.