[][src]Trait wasmer::StoreObject

pub trait StoreObject {
    pub fn comes_from_same_store(&self, store: &Store) -> bool;
}

A trait represinting any object that lives in the Store.

Required methods

pub fn comes_from_same_store(&self, store: &Store) -> bool[src]

Return true if the object Store is the same as the provided Store.

Loading content...

Implementors

impl StoreObject for Extern[src]

impl StoreObject for Val[src]

Loading content...