You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Display impl for Error passes through to std::error::Error::description(), which is pretty-much useless. For example, all I/O errors become simply "os error" through this lens.