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 there is no way to decode the contents of a SequenceRef. I think adding a new decode_body method would be useful. Exposing the wrapped bytes via an as_bytes method would be nice as well.
Currently there is no way to decode the contents of a SequenceRef. I think adding a new
decode_bodymethod would be useful. Exposing the wrapped bytes via anas_bytesmethod would be nice as well.