1//! Iterators to traverse either a Component or a Module. Supports injection of Instructions at specific locations. 2 3pub mod component_iterator; 4pub mod iterator_trait; 5pub mod module_iterator;