Type Definition gluon_vm::thread::HookFn[][src]

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