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 upAdd a Serializer that works with bytes crate's MutBuf instead of io::Write #87
Comments
|
What implementors of MutBuf aren't also io::Write? |
|
|
|
Actually I'm not sure why they don't impl |
|
Ah, looks like you can bridge from MutBuf to Write, so closing this! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See http://carllerche.github.io/bytes/bytes/trait.MutBuf.html
(And same with
Deserializer/Buf/io::Read)