Module iterator_trait

Source
Expand description

Trait that needs to be satisfied by all iterators

Traitsยง

IteratingInstrumenter
This trait coincides with the Iterator as instrumentation occurs during Wasm visitation. This trait enables code injection during traversal, thus the Iterator trait is required to be implemented on the structure to inject on. Instructions as defined here.
Iterator
Iterator trait that must be satisfied by all Iterators to enable code traversal.