tokio_fs

Function symlink_metadata

Source
pub fn symlink_metadata<P>(path: P) -> SymlinkMetadataFuture<P>
where P: AsRef<Path> + Send + 'static,
Expand description

Queries the file system metadata for a path.

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