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 b9ed2d3 commit 72bfc6bCopy full SHA for 72bfc6b
lighthouse-protocol/src/input/event_source.rs
@@ -1,7 +1,7 @@
1
use serde::{Deserialize, Serialize};
2
3
/// An identifier that is unique per client + device combo.
4
-#[derive(Debug, Serialize, Deserialize, PartialEq, Eq, Clone)]
+#[derive(Debug, Serialize, Deserialize, PartialEq, Eq, Clone, Hash)]
5
#[serde(untagged)]
6
pub enum EventSource {
7
String(String),
0 commit comments