We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38b13aa commit a5d4343Copy full SHA for a5d4343
src/error.rs
@@ -49,6 +49,8 @@ impl fmt::Display for Error {
49
}
50
51
52
+impl std::error::Error for Error {}
53
+
54
macro_rules! error_wrap {
55
($f: ty, $e: expr) => {
56
impl From<$f> for Error {
0 commit comments