[][src]Module monotree::node

A module for defining Node used in monotree.

Structs

Unit

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

Enums

Node

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

Type Definitions

Cell

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