pub trait Error: Debug + Display { }
Requirements for the Error type in a Decode implementation.
Error
Decode