Type Alias wasmedge_sys::FuncRef

source ·
pub type FuncRef<Ref> = InnerRef<Function, Ref>;
Expand description

Defines a reference to a host function.

Aliased Type§

struct FuncRef<Ref> { /* private fields */ }