pub trait CodecBuilder<T: CodecConfiguration>: Any + Send + Sync { // Required methods fn id(&self) -> CodecID; fn name(&self) -> &'static str; }