Module dict

Source
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.
ParseValueError
An error raised by DictRef::parse if the value cannot be converted to the requested type.
StaticDict
A collection of static key/value pairs.
Values
Iterator on a dictionary’s values.
spa_dict_item
\addtogroup spa_dict {

Traits§

ParsableValue
Trait implemented on types which can be returned by DictRef::parse.