Type Definition luaext::error::Result [] [src]

type Result<T> = Result<T, LuaError>;

Result from a Lua call