Module python_function

Source
Available on crate feature python only.

Structs§

PySerializeWrapserde
Serialization wrapper for T: TrySerializeToBytes that attaches Python version metadata.
PythonObject
Wrapper around PyObject from pyo3 with additional trait impls.

Constants§

PYTHON_SERDE_MAGIC_BYTE_MARKserde

Statics§

PYTHON3_VERSIONserde
[minor, micro]

Traits§

TrySerializeToBytesserde
Serializes a Python object without additional system metadata. This is intended to be used together with PySerializeWrap, which attaches e.g. Python version metadata.

Type Aliases§

PythonFunction