1 2 3 4 5 6
trait for convert between bytes and <T>. ## FromBytes convert `[u8]` to `<T>` ## ToBytes convert `<T>` to `[u8]`