pub trait IntoFunc<T, Params, Results>: 'static + Send + Sync { }
Expand description

Internal trait implemented for all arguments that can be passed to Func::wrap and Linker::func_wrap.

This trait should not be implemented by external users, it’s only intended as an implementation detail of this crate.

Implementors