Skip to main content

Module node_prelude

Module node_prelude 

Source
Expand description

Prelude for working with nodes

Structs§

NodeId
Unique identifier for a node in the graph
NodeMetadata
Metadata about a node
NodeTypeId
Type identifier for a node (for downcasting)

Enums§

NodeCategory
Category of a node (for UI/organization)

Traits§

Node
Base trait for all signal nodes
Processor
Passive processor of signals
Sink
Active sink of signals
Source
Active source of signals