[][src]Module graphity::node

A set of traits covering registered nodes, consumers, producers and their indices.

Traits

ConsumerIndex

An index serving as a unique reference of a consumer of a node registered in a graph.

Node

This trait must be implemented by the user per each node that is to be registered in the signal graph.

NodeIndex

An index serving as a reference to a node stored in a graph.

NodeWrapper

Wrapper around the internal representation of Node.

ProducerIndex

An index serving as a unique reference of a producer of a node registered in a graph.