We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 38b13aa + a5d4343 commit 724a5beCopy full SHA for 724a5be
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