Module bee_runtime::node[][src]

Traits used to represent bee nodes and allow for their instantiation.

Structs

NodeInfo

A type holding information about a node.

Traits

Node

A trait representing a node framework through which node workers may communicate.

NodeBuilder

A trait that provides generic build configuration capabilities for a node.