Type Definition gluon_vm::thread::HookFn

source ·
pub type HookFn = Box<dyn FnMut(&Thread, DebugInfo<'_>) -> Result<Async<()>> + Send + Sync>;