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
Most of the time I've got a Vec<Vec<T>> rather than a Vec<SomeSequenceLikeStruct> so a blanket impl of Pack for all Vecs would make life easier. Right now, I've got to create a wrapper struct and impl Pack for it.
The text was updated successfully, but these errors were encountered:
Most of the time I've got a
Vec<Vec<T>>
rather than aVec<SomeSequenceLikeStruct>
so a blanket impl ofPack
for allVec
s would make life easier. Right now, I've got to create a wrapper struct and implPack
for it.The text was updated successfully, but these errors were encountered: