aboutsummaryrefslogtreecommitdiff
path: root/src/error.rs
diff options
context:
space:
mode:
authorLizzy Fleckenstein <eliasfleckenstein@web.de>2023-01-06 23:29:55 +0100
committerLizzy Fleckenstein <eliasfleckenstein@web.de>2023-01-06 23:29:55 +0100
commita8c974d5cf836cc7f2a2f0ed47287aed77c2d7fd (patch)
tree724e8cb12ac5f1328c4114822055ce8f9501c64b /src/error.rs
parent9ee7b7ddc5c3611bf515dbdee4134b6df9efed92 (diff)
downloadmt_rudp-a8c974d5cf836cc7f2a2f0ed47287aed77c2d7fd.tar.xz
impl std::error:Error for Error
Diffstat (limited to 'src/error.rs')
-rw-r--r--src/error.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/error.rs b/src/error.rs
index 6dec6c8..e048120 100644
--- a/src/error.rs
+++ b/src/error.rs
@@ -64,3 +64,5 @@ impl fmt::Display for Error {
}
}
}
+
+impl std::error::Error for Error {}