hcl_edit::structureType Alias Blocks
Source pub type Blocks<'a> = Box<dyn Iterator<Item = &'a Block> + 'a>;
Expand description
An iterator over the Block
s within a Body
.
Values of this type are created by the blocks
method on Body
. See its documentation
for more.
struct Blocks<'a>();