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