pub trait SerializeBytes { // Required method fn serialize(&self, write_buf: impl BufMut) -> Result<(), Error>; }