Module serialization

Source

Functionsยง

from_dict_pyo3
Convert a Python dictionary to a Rust type that implements DeserializeOwned.
to_dict_pyo3
Convert a Rust type that implements Serialize to a Python dictionary.