pub trait ToBytes { // Required method fn to_bytes(&self) -> Vec<u8> ⓘ; }
Converter to byte array with endianness.
Return the byte array of self.