#[repr(C)]pub struct lua_State { /* private fields */ }Available on crate feature
luau only.Expand description
A raw Lua state associated with a thread.
#[repr(C)]pub struct lua_State { /* private fields */ }luau only.A raw Lua state associated with a thread.