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