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