Function call

Source
pub fn call<A, R>(lua_ref: i32, args: A) -> Result<R, Error>
where A: Pushable, R: Poppable,
Expand description

Calls a function previously stored in the Lua registry via store.