mlua_sys::lua54::lauxlib

Function luaL_loadstring

Source
pub unsafe extern "C-unwind" fn luaL_loadstring(
    L: *mut lua_State,
    s: *const c_char,
) -> c_int
Available on crate feature lua54 only.