Type Definition lua::Hook [] [src]

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

Type for functions to be called on debug events.