You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now, all references in iterators have a 'static lifetime which sometimes requires casting them to pointers and back before setting in the iterator. The solution is to parameterize all iterator structs and enums which may also imply parametrizing CassRow, CassValue, etc.
The text was updated successfully, but these errors were encountered:
For now, all references in iterators have a
'static
lifetime which sometimes requires casting them to pointers and back before setting in the iterator. The solution is to parameterize all iterator structs and enums which may also imply parametrizingCassRow
,CassValue
, etc.The text was updated successfully, but these errors were encountered: