symlink_metadata

Function symlink_metadata 

Source
pub async fn symlink_metadata(path: impl AsRef<Path>) -> Result<Metadata, Error>
Available on crate feature fs only.
Expand description

Query the metadata about a file without following symlinks.