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