Function mlua_sys::lua51::lua::lua_gethook

source ·
pub unsafe extern "C" fn lua_gethook(
    L: *mut lua_State
) -> Option<lua_Hook>
Available on crate features lua51 or luajit only.