[][src]Module rain_lang::graph::node

Nodes of the rain graph

Structs

Backlink

A backlink to a node

Data

Simple data inside a node

Node

A node in a rain graph

NotBacklinked

A node which has not yet been backlinked

ToWeak

Transforms an iterator over &Nodes into an iterator over WeakNodes

View

A view into a node's data, allowing limited mutation

WeakNode

A weak handle on a node in a rain graph

Traits

HasAddr

A trait implemented by values which have a strong node address associated with them

HasThis

A trait implemented by values which have a weak node address associated with them

NodeData

A trait implemented by items which can be placed into a node, but may require a node backlink