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

§Return Value

The next element in the iteration, or None if the iterator has been exhausted

§Context

Unknown