Modules§
Structs§
- TxVM
Hooks Context - VMHooks
Dispatcher - Dispatches messages coming via VMHooks to the underlying implementation (the VMHooksHandler).
- VMHooks
Handler - Defines all methods that can handle VM hooks. They are spread out over several files.
Traits§
- Instance
State SetEarly Exit - Allows external instance state types to define
set_early_exit
, and thus be usable in VM hooks adapters. - VMHooks
Context - Abstracts away the borrowing of a managed types structure.