Module pyo3::pyclass [−][src]
Expand description
PyClass
and related traits.
Traits
If PyClass
is implemented for a Rust type T
, then we can use T
in the Python
world, via PyCell
.
PyClass
and related traits.
If PyClass
is implemented for a Rust type T
, then we can use T
in the Python
world, via PyCell
.