Function vector_core::event::lua::util::table_is_timestamp

source ·
pub fn table_is_timestamp(t: &LuaTable<'_>) -> LuaResult<bool>
Expand description

Determines if a LuaTable is a timestamp.

§Errors

This function will fail if the table is malformed.