rglua::lua::types

Type Alias LuaCFunction

Source
pub type LuaCFunction = extern "C" fn(_: LuaState) -> c_int;
Expand description

Lua ā€œCā€ Functions are C ABI functions that return the number returns that will be passed to the Lua stack.