flowey_core

Module node

Source
Expand description

Core types and traits used to create and work with flowey nodes.

Modules§

Structs§

Enums§

  • What architecture the flow is being running on.
  • What backend the flow is being running on.
  • What platform the flow is being running on.
  • The kind platform the flow is being running on, Windows or Unix.
  • The kind platform the flow is being running on, Windows or Unix.
  • Uninhabited type corresponding to a step which performs a side-effect, without returning a specific value.
  • Uninhabited type used to denote that a particular WriteVar / ReadVar is currently claimed by a step, and can be read/written to.
  • Uninhabited type used to denote that a particular WriteVar / ReadVar is not currently claimed by any step, and cannot be directly accessed.

Traits§

Functions§

Type Aliases§