Module serialization
nautilus_
core
0.46.0
Module serialization
Module Items
Functions
In nautilus_
core::
python
Modules
casing
datetime
serialization
uuid
version
Traits
IntoPyObjectNautilusExt
Functions
core
get_pytype_name
to_pyruntime_err
to_pytype_err
to_pyvalue_err
nautilus_core
::
python
Module
serialization
Copy item path
Settings
Help
Summary
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.