Home
last modified time | relevance | path

Searched refs:TableDebug (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/concurrent/
H A Dtable.rs17 pub trait TableDebug { trait
21 impl<T: TableDebug> fmt::Debug for TableId<T> {
H A Dfutures_and_streams.rs1 use super::table::{TableDebug, TableId};
2089 impl TableDebug for TransmitHandle {
2132 impl TableDebug for TransmitState {
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dconcurrent.rs85 use table::{TableDebug, TableId};
4285 impl TableDebug for HostTask {
4427 impl TableDebug for GuestThread {
4592 impl TableDebug for GuestTask {
4780 impl TableDebug for WaitableSet {