pub trait Decode { fn decode(buf: &[u8]) -> crate::Result where Self: Sized; }