Macro pyo3_macros::wrap_pymodule
source · [−]wrap_pymodule!() { /* proc-macro */ }
Expand description
Returns a function that takes a Python
instance and returns a Python module.
Use this together with #[pymodule]
and PyModule::add_wrapped
.