[][src]Module pyo3::class::methods

Structs

PyClassAttributeDef
PyGetterDef
PyMethodDef
PySetterDef

Enums

PyMethodDefType

PyMethodDefType represents different types of Python callable objects. It is used by the #[pymethods] and #[pyproto] annotations.

PyMethodType

Traits

PyMethods

Indicates that the type T has some Python methods.