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
After introducing CollectionType and ensuring type safety for
collections, we can simplify the conversion from `&CassCollection` to
`CassCqlValue` by removing the `TryFrom` trait and using `From` instead.
This change reflects that the conversion is always valid as long as the
collection is well-formed.
0 commit comments