pub type FuncRef<Ref> = InnerRef<Function, Ref>;
Expand description
Defines a reference to a host function.
Aliased Typeยง
struct FuncRef<Ref> { /* private fields */ }
pub type FuncRef<Ref> = InnerRef<Function, Ref>;
Defines a reference to a host function.
struct FuncRef<Ref> { /* private fields */ }