hcl_edit::structure

Type Alias 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.

Aliased Typeยง

struct Blocks<'a>(/* private fields */);