Module orca_wasm::iterator::iterator_trait

source ·
Expand description

Trait that needs to be satisfied by all iterators

Traits§

  • 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 trait that must be satisfied by all Iterators to enable code traversal.