Function simics::api::base::conf_object::shallow_object_iterator

source ·
pub fn shallow_object_iterator(obj: *mut ConfObject) -> Result<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