pub trait EndianBytes { // Required method fn to_endian_bytes(self, endianness: &Endianness) -> Vec<u8> ⓘ; }