Type Alias hcl_edit::expr::ObjectIter
source · pub type ObjectIter<'a> = Box<dyn Iterator<Item = (&'a ObjectKey, &'a ObjectValue)> + 'a>;Expand description
Aliased Type§
struct ObjectIter<'a>(/* private fields */);pub type ObjectIter<'a> = Box<dyn Iterator<Item = (&'a ObjectKey, &'a ObjectValue)> + 'a>;struct ObjectIter<'a>(/* private fields */);