Module prelude

Source

Modules§

thirdparty

Structs§

DataflowMessage
Dataflow message. Cheap to clone
Header
Header for a dataflow message
Input
Typed Input to receive data from the dataflow
Inputs
Inputs let you manage input connections during a node implementation
Output
Typed Output to receive data from the dataflow
Outputs
Outputs let you manage output connections during a node implementation
Queries
Queries let you manage query connections during a node implementation
Query
Typed Query to query data from the dataflow
Queryable
Typed Queryable to queryable data to the dataflow
Queryables
Queryables let you manage queryable connections during a node implementation
RawInput
Not typed Input to receive data from the dataflow
RawOutput
Not typed Output to receive data from the dataflow
RawQuery
Not typed Query to receive data from the dataflow
RawQueryable
Not typed Queryable to receive data from the dataflow

Traits§

Node

Type Aliases§

DynamicallyLinkedNodeInstance
MessageReceiver
MPSC Message receiver. Cannot be cloned
MessageSender
MPSC Message sender. Can be cloned, cheap to clone

Attribute Macros§

node

Derive Macros§

Node