Trait pyo3::impl_::pyclass::PyMethods

source ·
pub trait PyMethods<T> {
    // Required method
    fn py_methods(self) -> &'static PyClassItems;
}
Available on non-crate feature multiple-pymethods only.

Required Methods§

source

fn py_methods(self) -> &'static PyClassItems

Implementors§

source§

impl PyMethods<Coroutine> for PyClassImplCollector<Coroutine>

Available on crate feature experimental-async only.
source§

impl<T> PyMethods<T> for &PyClassImplCollector<T>

⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here