Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCursor<SmallVec<[u8; N]>> does not implement Write #108
Comments
|
However,
or even this, since
|
|
@mbrubeck Thanks! The error messages I got here were a little confusing because they seemed to imply it was a read problem, not a write problem. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'd be pretty surprised if this weren't implemented for no good reason, but why is
SmallVecnot aRead? I'd like to be able to use it with thebyteordercreate like this:but this requires that
SmallVecimplement theReadtrait.