pub fn to_lua_repr<T: Serialize>(value: &T) -> Result<String, Error>
Convert any type that is Serializable into it’s lua value representation