Function mnt::get_submounts_from
[−]
[src]
pub fn get_submounts_from<T, U>(root: T, iter: MountIter<U>) -> Result<Vec<MountEntry>, ParseError> where T: AsRef<Path>, U: BufRead
Get a list of all mount points from root
and beneath using a custom BufRead