Function simics::api::base::conf_object::_object_iterator_next
source · fn _object_iterator_next(iter: *mut ObjectIter) -> Option<*mut ConfObject>
Expand description
Consume and return the next item of an object iterator, if one exists
§Arguments
iter
- The iterator obtained fromobject_iterator
orshallow_object_iterator
§Return Value
The next element in the iteration, or None
if the iterator has been exhausted
§Context
Unknown