pub fn read_link<T>(path: T) -> impl Future<Output = Result<PathBuf>>where T: AsRef<Path> + Send + Unpin + 'static,
Returns future which tries read the symlink.