pub trait RegisterCodec { type Error: Debug; }
A base trait for all register codecs
An error type for codec specific errors