Open
Description
Now that the Error
trait has deprecated description
(see #462), we shouldn't bother with read::Error::description
at all, and it should be moved into the impl Display
.
Since this also means we no longer need to return &str
, we should improve the displayed error messages to include any additional information they contain.