Module flow_arena::prelude[][src]

Structs

Entities
EntitiesMut
FlowArena
FlowNode

Enums

Direction

Direction under FlowView:

FlowError

Represents all possible Errors in Flow Operations

Traits

Flow

The overall Flow trait, checking whether anything is missing.

FlowBase

provides basic node-reflection abiliy; no check

FlowCheck

checks the Flow’s properties and see whether they hold

FlowDevote

provides ability to devote / own nodes; tree-ish

FlowDock

provides ability to cut (undock) and copy (snap) a flow from a node and paste it to another node (dock)

FlowLink

provides ability to link nodes; graph-ish

FlowMap

provides hashmap functionality

FlowShift

provides ability to move around in flow

Node