Type Definition mlua_sys::lua51::lua::lua_Hook

source ·
pub type lua_Hook = unsafe extern "C" fn(L: *mut lua_State, ar: *mut lua_Debug);
Available on crate features lua51 or luajit only.
Expand description

Type for functions to be called on debug events.