pub trait ToFunction<A, R> {
// Required method
fn into_luaref(self) -> LuaRef;
}
Expand description
A trait implemented by closures and Function
s.
pub trait ToFunction<A, R> {
// Required method
fn into_luaref(self) -> LuaRef;
}
A trait implemented by closures and Function
s.