Re-exports§
pub use crate::impl_::pymethods::PyMethodDef;
Traits§
- Wrap
PyFunction Arg - 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>
.