[][src]Function tokio::fs::metadata

pub fn metadata<P>(path: P) -> impl Future<Output = Result<Metadata, Error>> where
    P: AsRef<Path>, 

Queries the file system metadata for a path.