(&mut self)
| 218 | |
| 219 | impl AsContextMut for wasmtime_caller_t<'_> { |
| 220 | fn as_context_mut(&mut self) -> StoreContextMut<'_, WasmtimeStoreData> { |
| 221 | self.caller.as_context_mut() |
| 222 | } |
| 223 | } |
| 224 | |
| 225 | pub type wasmtime_func_callback_t = extern "C" fn( |
no outgoing calls