pub trait ToBytes { // Required method fn to_bytes(self) -> Vec<u8> ⓘ; }
Trait to facilitate conversion of various bussin types to raw bytes
Convert to bytes