[][src]Function tokio_fs::metadata

pub async fn metadata<P>(path: P) -> Result<Metadata> where
    P: AsRef<Path> + Send + 'static, 

Queries the file system metadata for a path.