pub trait CodecInformation { // Required methods fn id(&self) -> CodecID; fn name(&self) -> &'static str; }