Expand description
Monomorphized extern "C" trampolines that recover &mut T from the FFI
context pointer and dispatch to the LifecycleCallbacks method. rustc
emits one per T, so there is no closure box — no_std-safe. Registered by
Executor::register_lifecycle_node;
not meant to be called directly.
Functions§
- on_
activate ⚠ - Safety
- on_
cleanup ⚠ - Safety
- on_
configure ⚠ - Safety
- on_
deactivate ⚠ - Safety
- on_
error ⚠ - Safety
- on_
shutdown ⚠ - Safety