Function block_utils::sort_scsi_info_iter [−][src]
pub fn sort_scsi_info_iter<'a>(
info: &'a [ScsiInfo]
) -> impl Iterator<Item = (ScsiInfo, Option<ScsiInfo>)> + 'a
Expand description
Examine the ScsiInfo devices and associate a host ScsiInfo device if it exists
Lazy version of sort_scsi_info