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