pub trait PyMethods<T> {
// Required method
fn py_methods(self) -> &'static PyClassItems;
}
Available on non-crate feature
multiple-pymethods
only.Required Methods§
fn py_methods(self) -> &'static PyClassItems
Implementors§
impl PyMethods<Coroutine> for PyClassImplCollector<Coroutine>
Available on crate feature
experimental-async
only.