lua_pushstring

Function lua_pushstring 

Source
pub unsafe fn lua_pushstring(L: *mut lua_State, s: *const i8) -> *const i8
Available on crate feature mlua and (crate features lua51 or luajit) only.