Enum pyo3_macros_backend::PyClassMethodsType [−][src]
pub enum PyClassMethodsType {
Specialization,
Inventory,
}
Expand description
The mechanism used to collect #[pymethods]
into the type object
pub enum PyClassMethodsType {
Specialization,
Inventory,
}
The mechanism used to collect #[pymethods]
into the type object