Expand description
Utilities for a Python callable object that invokes a Rust function.
Macros§
Structs§
Traits§
- Into
PyCallback Output - Convert the result of callback function into the appropriate return value.
- PyCallback
Output - A type which can be the return type of a python C-API callback
- Wrapping
Cast To
Functions§
- convert 👻