pub fn symlink_metadata<P: AsRef<Path>>(path: P) -> Result<Metadata>
Expand description

Wrapper for fs::symlink_metadata.