summaryrefslogtreecommitdiffstats
path: root/src/node_id.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_id.rs')
-rw-r--r--src/node_id.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_id.rs b/src/node_id.rs
index df1e4d4..5d0663a 100644
--- a/src/node_id.rs
+++ b/src/node_id.rs
@@ -7,4 +7,4 @@
/// A unique identifier for a `Node`
///
/// The `NodeId` should be cheap to clone (for example a UUID or some form of a hash value).
-pub trait NodeId: Clone + Eq + PartialEq {}
+pub trait NodeId: Clone + Eq + PartialEq + std::fmt::Debug {}