Type Alias VMExternFunction

Source
pub type VMExternFunction = InternalStoreHandle<VMFunction>;
Expand description

The type of extern functions in the sys VM.

Aliased Typeยง

#[repr(transparent)]
pub struct VMExternFunction { /* private fields */ }