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 0cbc134 commit 4ad2657Copy full SHA for 4ad2657
src/lib.rs
@@ -37,7 +37,7 @@
37
#![warn(missing_docs)]
38
39
/// A USB stack error.
40
-#[derive(Debug)]
+#[derive(Copy, Clone, Eq, PartialEq, Debug)]
41
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
42
pub enum UsbError {
43
/// An operation would block because the device is currently busy or there is no data available.
0 commit comments