Type Alias wasmer::sys::vm::VMExternFunction

source ·
pub(crate) type VMExternFunction = InternalStoreHandle<VMFunction>;

Aliased Type§

struct VMExternFunction {
    idx: NonZeroUsize,
    marker: PhantomData<fn() -> VMFunction>,
}

Fields§

§idx: NonZeroUsize§marker: PhantomData<fn() -> VMFunction>