pub trait IntoFunc<Params, Results> { }
Expand description

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

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

Implementors