Module monotree::node

source ·
Expand description

A module for defining Node used in monotree.

Structs

  • An component of Node consisting of Hash and Bits, which represents a joint of subtrees it has.

Enums

  • The only component of monotree. In a big picture, monotree simply consists of structured Nodes.

Type Definitions

  • A type for describing components of Node: a real element Unit or a virtual element None.