Re-exports§
pub use crate::impl_::pymethods::PyMethodDef;
Traits§
- Trait to enable the use of
wrap_pyfunction
with bothPython
andPyModule
, and also to infer the return type of either&'py PyCFunction
orBound<'py, PyCFunction>
.
pub use crate::impl_::pymethods::PyMethodDef;
wrap_pyfunction
with both Python
and PyModule
,
and also to infer the return type of either &'py PyCFunction
or Bound<'py, PyCFunction>
.