Module input_node

Module input_node 

Source
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.

Traits§

InputNode

Functions§

parse_u64_strict