Module flowclib::model::connection[][src]

Expand description

connection defines the connection between one process output to another process’s input

Structs

Connection defines a connection between the output of one function or flow to the input of another function or flow and maybe optionally named for legibility/debugging.

Enums

Direction defines whether a Connection is coming from an IO or to an IO