Skip to main content

node

Function node 

Source
pub fn node<N: Node + 'static>(id: impl Into<NodeId>, implementation: N) -> Wire
Expand description

A lone node, named after its type: this is the last place that knows it, and what a node is called is half of the key its output is kept under.