2 parents dbb7eb9 + a752f9b commit 0193c15Copy full SHA for 0193c15
1 file changed
src/lib.rs
@@ -12,7 +12,7 @@ pub mod prelude;
12
13
/// A ubiquitous error type for all kinds of problems which could happen when communicating with a
14
/// display
15
-#[derive(Clone, Debug)]
+#[derive(Clone, Debug, PartialEq, Eq, Copy)]
16
#[cfg_attr(feature = "defmt-03", derive(defmt::Format))]
17
#[non_exhaustive]
18
pub enum DisplayError {
0 commit comments