summaryrefslogtreecommitdiffstats
path: root/src/node.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/node.rs')
-rw-r--r--src/node.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node.rs b/src/node.rs
index b557928..da57fb8 100644
--- a/src/node.rs
+++ b/src/node.rs
@@ -6,6 +6,7 @@
use crate::NodeId;
+/// A Node in the DAG, holding the data.
pub trait Node {
type Id: NodeId;