Type Alias rlua::ffi::lua54::lua::lua_Hook

pub type lua_Hook = unsafe extern "C-unwind" fn(_: *mut lua_State, _: *mut lua_Debug);
Expand description

Type for functions to be called on debug events.