Function simics::api::base::conf_object::object_iterator_next
source · pub fn object_iterator_next(
iter: *mut ObjectIter,
) -> Result<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