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

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