mlua_sys::lua54::lua

Type Alias lua_CFunction

Source
pub type lua_CFunction = unsafe extern "C-unwind" fn(L: *mut lua_State) -> c_int;
Available on crate feature lua54 only.
Expand description

Type for native C functions that can be passed to Lua