pub async fn symlink_metadata(path: impl AsRef<Path>) -> Result<Metadata>
tokio
Queries the file system metadata for a path.
Wrapper for tokio::fs::symlink_metadata.
tokio::fs::symlink_metadata