We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e400c6b commit 7496412Copy full SHA for 7496412
src/converter.rs
@@ -17,6 +17,8 @@ pub enum Error {
17
MalformedDocument(String, roxmltree::TextPos),
18
}
19
20
+impl std::error::Error for Error {}
21
+
22
impl std::fmt::Display for Error {
23
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
24
match self {
0 commit comments