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