Implement std::fmt::Debug for InterruptHandle (#2915)

This commit is contained in:
theduke
2021-05-21 15:54:47 +00:00
committed by GitHub
parent 7d20368756
commit 817d72a7b7

View File

@@ -942,6 +942,7 @@ impl wasmtime_runtime::ModuleInfoLookup for StoreInner {
/// particular `Store`.
///
/// This structure is created by the [`Store::interrupt_handle`] method.
#[derive(Debug)]
pub struct InterruptHandle {
interrupts: Arc<VMInterrupts>,
}