Function block_utils::get_children_devpaths_from_path_iter [−][src]
pub fn get_children_devpaths_from_path_iter(
dev_path: impl AsRef<Path>
) -> BlockResult<impl Iterator<Item = PathBuf>>
Expand description
Get the children devices paths from a device path Note: It has square algorithmic complexity