[−][src]Macro pyo3::wrap_pyfunction
Returns a function that takes a Python instance and returns a Python function.
Use this together with #[pyfunction]
and types::PyModule::add_wrapped.
Returns a function that takes a Python instance and returns a Python function.
Use this together with #[pyfunction]
and types::PyModule::add_wrapped.