Module miniscript::iter

source ·
Expand description

Abstract Tree Iteration

This module provides functionality to treat Miniscript objects abstractly as trees, iterating over them in various orders. The iterators in this module can be used to avoid explicitly recursive algorithms.

Structs

Enums

  • Abstract node of a tree.

Traits

  • A trait for any structure which has the shape of a Miniscript tree.