logo

Type Definition wasmer::NativeFunc

source · []
pub type NativeFunc<Args = (), Rets = ()> = TypedFunction<Args, Rets>;
👎 Deprecated since 3.0.0:

NativeFunc has been replaced by TypedFunction

Expand description

This type is deprecated, it has been replaced by TypedFunction.