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

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