Function tokio_fs::metadata [−][src]
pub fn metadata<P>(path: P) -> MetadataFuture<P> where
P: AsRef<Path> + Send + 'static,
Queries the file system metadata for a path.
pub fn metadata<P>(path: P) -> MetadataFuture<P> where
P: AsRef<Path> + Send + 'static,
Queries the file system metadata for a path.