pub type Error = Box<ErrorKind>;
An error that can be produced during (de)serializing.
pub struct Error(/* private fields */);