Skip to main content

lua_CFunction

Type Alias lua_CFunction 

Source
pub type lua_CFunction = fn(&mut LuaState) -> Result<usize, LuaError>;
Expand description

Bare function callable from Lua. C: lua_CFunction.