Expand description
A data structure for representing input nodes in a temporal graph.
Input nodes are used when first creating or accessing verticies by the user.
This trait allows you to use a variety of types as input nodes, including
u64, &str, and String.