Trait soroban_wasmi::AsContextMut
source · pub trait AsContextMut: AsContext {
// Required method
fn as_context_mut(&mut self) -> StoreContextMut<'_, Self::Data>;
}
Expand description
A trait used to get exclusive access to a Store
in Wasmi.
Required Methods§
sourcefn as_context_mut(&mut self) -> StoreContextMut<'_, Self::Data>
fn as_context_mut(&mut self) -> StoreContextMut<'_, Self::Data>
Returns the store context that this type provides access to.