Trait wasmer::AsStoreMut

source ·
pub trait AsStoreMut: AsStoreRef {
    fn as_store_mut(&mut self) -> StoreMut<'_>;
    fn objects_mut(&mut self) -> &mut StoreObjects;
}
Expand description

Helper trait for a value that is convertible to a StoreMut.

Required Methods§

Returns a StoreMut pointing to the underlying context.

Returns the ObjectMutable

Implementations on Foreign Types§

Implementors§