Trait cpython::py_class::PythonObjectFromPyClassMacro [] [src]

pub trait PythonObjectFromPyClassMacro: PythonObjectWithTypeObject {
    fn initialize(py: Python) -> PyResult<PyType>;
}

Trait implemented by the types produced by the py_class!() macro.

Required Methods

Implementors