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

Structs

PyGetterDef
PyMethodDef
PySetterDef

Enums

PyMethodDefType

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

PyMethodType

Traits

PyMethodsProtocol

The implementation of tis trait defines which methods a python type has.