Re-exports§
- pub use crate::impl_::pymethods::PyMethodDef;
Traits§
- WrapPyFunction Arg 
- Trait to enable the use of wrap_pyfunctionwith bothPythonandPyModule, and also to infer the return type of either&'py PyCFunctionorBound<'py, PyCFunction>.