We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54515fc commit 221f73bCopy full SHA for 221f73b
src/result/error.rs
@@ -3,7 +3,7 @@ use core::fmt::Debug;
3
4
/// Errors emitted from UEFI entry point must propagate erronerous UEFI statuses,
5
/// and may optionally propagate additional entry point-specific data.
6
-#[derive(Debug)]
+#[derive(Debug, PartialEq, Eq)]
7
pub struct Error<Data: Debug = ()> {
8
status: Status,
9
data: Data,
0 commit comments