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