Function mnt::get_mount_from [] [src]

pub fn get_mount_from<T, U>(
    target: T,
    iter: MountIter<U>
) -> Result<Option<MountEntry>, ParseError> where
    T: AsRef<Path>,
    U: BufRead

Get the mount point for the target using a custom BufRead