pub trait Decode { // Required method fn decode_from(&mut self, buf: &mut &mut [u8]) -> Result<(), DecodeError>; }