Struct wasmtime::StoreContext [−][src]
#[repr(transparent)]pub struct StoreContext<'a, T>(_);Expand description
Implementations
Returns an InterruptHandle to interrupt wasm execution.
See Store::interrupt_handle for more information.
Access the underlying data owned by this Store.
Same as Store::data.
Returns the fuel consumed by this store.
For more information see Store::fuel_consumed.
Trait Implementations
Returns the store context that this type provides access to.
Performs the conversion.
Performs the conversion.