lua_getglobal

Function lua_getglobal 

Source
pub unsafe fn lua_getglobal(L: *mut lua_State, var: *const i8) -> i32
Available on crate feature mlua only.