Function fs_err::tokio::symlink_metadata
source ยท pub async fn symlink_metadata(path: impl AsRef<Path>) -> Result<Metadata>
Expand description
Queries the file system metadata for a path.
Wrapper for tokio::fs::symlink_metadata
.