Module pyo3::impl_::pyfunction

source ·

Re-exports§

Structs§

  • Helper for wrap_pyfunction_bound! to guarantee return type of Bound<'py, PyCFunction>.

Traits§

  • Trait to enable the use of wrap_pyfunction with both Python and PyModule, and also to infer the return type of either &'py PyCFunction or Bound<'py, PyCFunction>.
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here