Implement std::fmt::Debug for InterruptHandle (#2915)
This commit is contained in:
@@ -942,6 +942,7 @@ impl wasmtime_runtime::ModuleInfoLookup for StoreInner {
|
|||||||
/// particular `Store`.
|
/// particular `Store`.
|
||||||
///
|
///
|
||||||
/// This structure is created by the [`Store::interrupt_handle`] method.
|
/// This structure is created by the [`Store::interrupt_handle`] method.
|
||||||
|
#[derive(Debug)]
|
||||||
pub struct InterruptHandle {
|
pub struct InterruptHandle {
|
||||||
interrupts: Arc<VMInterrupts>,
|
interrupts: Arc<VMInterrupts>,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user