Convert struct to byte array and read this via implementing `std::io::Read` trait

前端 未结 0 930
忘了有多久
忘了有多久 2020-12-12 16:19

I am trying to implement std::io::Read trait for a struct.

My objective is to convert obj to byte array and read it through the implementation of

相关标签:
回答
  • 消灭零回复
提交回复
热议问题