api_impl::storage

Function start_persistent_object_enumerator

Source
pub fn start_persistent_object_enumerator(
    enumerator: ObjectEnumHandle,
    storage: Storage,
) -> Result
Expand description

Starts an object enumerator’s enumeration, or resets it if already started.

Returns Error::ItemNotFound if storage is unsupported or it there are no objects yet created in that storage space.

Panics if enumerator is not a valid handle.