impl std Error for Error struct

This commit is contained in:
amyavi 2023-09-27 19:30:58 -03:00
parent d2f81940d9
commit 815791091f
No known key found for this signature in database

View file

@ -340,3 +340,5 @@ impl Display for Error {
} }
} }
} }
impl std::error::Error for Error {}