heim_runtime::fs

Function read_link

Source
pub fn read_link<T>(path: T) -> impl Future<Output = Result<PathBuf>>
where T: AsRef<Path> + Send + Unpin + 'static,
Expand description

Returns future which tries read the symlink.