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

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

Queries the file system metadata for a path.