hcl_edit::structure

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

Aliased Typeยง

struct IntoBlocks(/* private fields */);