Function lair_keystore::dependencies::tokio::fs::symlink_metadata

source ยท
pub async fn symlink_metadata(path: impl AsRef<Path>) -> Result<Metadata, Error>
Expand description

Queries the file system metadata for a path.

This is an async version of std::fs::symlink_metadata