Trait wasmer::AsStoreRef

source ·
pub trait AsStoreRef {
    fn as_store_ref(&self) -> StoreRef<'_>;
}
Expand description

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

Required Methods§

Returns a StoreRef pointing to the underlying context.

Implementations on Foreign Types§

Implementors§