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

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