Type Definition rlua::LuaResult []

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

Convenient wrapper around std::Result.