Trait wasmer_near::StoreObject[][src]

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

A trait represinting any object that lives in the Store.

Required methods

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...