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

Structs

PyGetterDef
PyMethodDef
PySetterDef

Enums

PyMethodDefType

PyMethodDefType represents different types of python callable objects. It is used by #[py::methods] and #[py::proto] annotations.

PyMethodType