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

Queries the file system metadata for a path.

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