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