Function simics::api::base::conf_object::_shallow_object_iterator

source ·
fn _shallow_object_iterator(obj: *mut ConfObject) -> ObjectIter
Expand description

Obtain an iterator over the child objects at depth 1 of a given object

§Arguments

  • obj - The object to get an iterator for

§Return Value

An iterator over the object’s children, non-recursively

§Context

Unknown