Module anchor_chain::node

source ·
Expand description

Module providing foundational structures for building chains.

This module defines a Node trait for asynchronous operations and constructs (Link and End) to create chains of these operations.

Structs§

  • A no-op node that passes input through unchanged.

Traits§