Expand description
Utilities for a Python callable object that invokes a Rust function.
Modulesยง
- into_
py_ ๐callback_ output - Seals
IntoPyCallbackOutputso that types outside PyO3 cannot implement it. - py_
callback_ ๐output - Seals
PyCallbackOutputso that types outside PyO3 cannot implement it. - wrapping_
cast_ ๐to - Seals
WrappingCastToso that types outside PyO3 cannot implement it.
Macrosยง
- wrapping_
cast ๐
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 ๐ป