Function lua_pushliteral

Source
pub unsafe fn lua_pushliteral(L: *mut lua_State, s: &'static [u8])
Expand description

Pushes a literal string onto the stack.