Type Definition hcl_edit::structure::Blocks

source ·
pub type Blocks<'a> = Box<dyn Iterator<Item = &'a Block> + 'a>;
Expand description

An iterator over the Blocks within a Body.

Values of this type are created by the blocks method on Body. See its documentation for more.