Skip to main content

luaur_analysis/records/
not_a_table.rs

1use crate::type_aliases::type_id::TypeId;
2
3#[allow(non_camel_case_types)]
4#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
5pub struct NotATable {
6    pub ty: TypeId,
7}