We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Thread::state()
*mut lua_State
1 parent 47e6a37 commit f1a97e4Copy full SHA for f1a97e4
1 file changed
src/thread.rs
@@ -92,7 +92,6 @@ pub struct AsyncThread<R> {
92
93
impl Thread {
94
/// Returns reference to the Lua state that this thread is associated with.
95
- #[doc(hidden)]
96
#[inline(always)]
97
pub fn state(&self) -> *mut ffi::lua_State {
98
self.1
0 commit comments