lua_pushthread

Function lua_pushthread 

Source
pub unsafe extern "C-unwind" fn lua_pushthread(
    L: *mut lua_State,
) -> i32
Available on crate feature mlua and (crate features lua51 or luajit) only.