pub type CreateResult = LuaResult<LuaValue>;
pub enum CreateResult { Ok(LuaValue), Err(LuaError), }
Contains the success value
Contains the error value