Module bpxe::flow_node[][src]

Enums

Action

Determination of next action by flow nodes

State

Flow node state

StateError

State handling errors

Constants

SMALL_INCOMING

Hard-coded size limit for smallvec::SmallVec<[IncomingIndex; _]>

SMALL_OUTGOING

Hard-coded size limit for smallvec::SmallVec<[OutgoingIndex; _]>

Traits

FlowNode

Flow node

Type Definitions

IncomingIndex
OutgoingIndex