pub fn object_iterator(obj: *mut ConfObject) -> Result<ObjectIter>
Obtain an iterator over the child objects at all depths of a given object
obj
The iterator over the object’s children
Unknown