[][src]Function block_utils::get_mounted_devices_iter

pub fn get_mounted_devices_iter(
) -> BlockResult<impl Iterator<Item = BlockResult<Device>>>

Parse mtab and return iterator over all mounted block devices not including LVM

Lazy version of get_mounted_devices