mlua_sys::lua54::lua

Type Alias lua_Hook

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

Type for functions to be called on debug events.