Browse Source

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

pull/2923/head
theduke 4 years ago
committed by GitHub
parent
commit
817d72a7b7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      crates/wasmtime/src/store.rs

1
crates/wasmtime/src/store.rs

@ -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>,
}

Loading…
Cancel
Save