pub trait DatagramHostEncoder { // Required method fn encode(&mut self, connection_id: u8, buf: &[u8]) -> Result<Vec<u8>>; }