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