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

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