wasmedge_sys

Type Alias 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 */ }