Function tokio_fs::metadata

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

Queries the file system metadata for a path.