diff --git a/src/writer.rs b/src/writer.rs index e44ad9a..6ecd5d8 100644 --- a/src/writer.rs +++ b/src/writer.rs @@ -60,6 +60,8 @@ impl fmt::Display for Error { } } +impl std::error::Error for Error {} + /// Result of a FDT writer operation. pub type Result = std::result::Result;