Static rglua::lua::luaL_loadfilex[][src]

pub static luaL_loadfilex: Lazy<extern "C" fn(l: LuaState, filename: LuaString, mode: LuaString) -> c_int>
Expand description

Same as how lua_loadx is to lua_load. You should probably use luaL_loadfile instead.