Type Definition hcl_edit::structure::IntoBlocks
source · pub type IntoBlocks = Box<dyn Iterator<Item = Block>>;Expand description
An owning iterator over the Blocks within a Body.
Values of this type are created by the into_blocks method on Body. See its
documentation for more.