Type Definition lua::Function [] [src]

type Function = Option<unsafe extern "C" fn(_: *mut lua_State) -> c_int>;

Type for native functions that can be passed to Lua.