1 2 3 4
pub trait Decodable { // TODO: implement validate or reader mechanism fn decode(bytes: &[u8]) -> Self; }