Structs§
- Enum
Iterator - Python iterator over the variants of an enum.
Constants§
Functions§
- commissions_
from_ indexmap - Converts an
IndexMap<Currency, Money>into a Python list of strings, orNoneif empty. - commissions_
from_ vec - Converts a list of
Moneyvalues into a Python list of strings, orNoneif empty. - value_
to_ pydict - Converts a JSON
Value::Objectinto a Pythondict. - value_
to_ pyobject - Converts a JSON
Valueinto a corresponding Python object.