Function vector_lib::event::lua::util::table_is_timestamp
pub fn table_is_timestamp(t: &Table) -> Result<bool, Error>
Expand description
Determines if a LuaTable
is a timestamp.
ยงErrors
This function will fail if the table is malformed.