Type Alias NodeName

Source
pub type NodeName = String;
Expand description

Unique name for a saga [Node]

Each node requires a string name that’s unique within its DAG. The name is used to identify its output. Nodes that depend on a given node (either directly or indirectly) can access the node’s output using its name.

Aliased Type§

pub struct NodeName { /* private fields */ }