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