pub fn storage_controllers() -> impl Iterator<Item = StorageControllerRef>
Expand description

Returns an iterator over all initialized storage controllers on this system.

This function requires allocation, as it currently clones the list of storage controllers,
effectively a Vec<Arc<StorageController>>.