Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wizer/src/component/
H A Dsnapshot.rs37 &mut ViaComponent { in snapshot()
51 struct ViaComponent<'a, 'b, S> { struct
57 impl<'a, S> ViaComponent<'a, '_, S> argument
81 impl<S> InstanceState for ViaComponent<'_, '_, S> implementation