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
Currently, we can derive(Sequence). But this implies ownership of values. Where *Ref types are used, derive(Sequence) cannot be. Perhaps we could split Sequence into SequenceEncode/SequenceDecode? I'm open to other solutions.
The text was updated successfully, but these errors were encountered:
Currently, we can
derive(Sequence)
. But this implies ownership of values. Where*Ref
types are used,derive(Sequence)
cannot be. Perhaps we could split Sequence into SequenceEncode/SequenceDecode? I'm open to other solutions.The text was updated successfully, but these errors were encountered: