Function tlua::protected_call
source ยท pub fn protected_call<L, F, R>(lua: L, f: F) -> Result<R, LuaError>Expand description
See AsLua::pcall.
pub fn protected_call<L, F, R>(lua: L, f: F) -> Result<R, LuaError>See AsLua::pcall.