[][src]Type Definition lua_rs::ffi::lua::lua_Hook

type lua_Hook = Option<extern "C" fn(l: *mut lua_State, ar: *mut lua_Debug)>;