yyu-nim / poseidonos-rtype

poseidonos in rust for fun!
BSD 3-Clause "New" or "Revised" License
9 stars 5 forks source link

bincode사용시 error[E0277]: the trait bound `[u32; 28671]: Deserialize<'_>` is not satisfied #28

Open yyu-nim opened 1 year ago

yyu-nim commented 1 year ago
error[E0277]: the trait bound `[u32; 28671]: Deserialize<'_>` is not satisfied

https://github.com/yyu-nim/poseidonos-rtype/pull/27/files struct masterBootRecord를 Vec로 serialize 하고 싶은데, bincode 사용시 위와 같은 에러 발생. 일단은 workaround로 수동으로 serialize 하도록 함.