Expand description
Defines conversions between Rust and Python types.
Traitsยง
- Returns a borrowed pointer to a Python object.
- Extract a type from a Python object.
- Expected form of
FromPyObject
to be used in a future PyO3 release. - Defines a conversion from a Rust type to a Python object.
- Conversion trait that allows various objects to be converted into
PyObject
.