[][src]Module pyo3::pyclass

PyClass trait

Traits

PyClass

If PyClass is implemented for T, then we can use T in the Python world, via PyCell.

PyClassAlloc

This trait enables custom alloc/dealloc implementations for T: PyClass.