Function virtual_fs::ops::is_file
source ยท pub fn is_file<F>(fs: &F, path: impl AsRef<Path>) -> boolwhere
F: FileSystem + ?Sized,
Expand description
Does this path refer to a file?
pub fn is_file<F>(fs: &F, path: impl AsRef<Path>) -> boolwhere
F: FileSystem + ?Sized,
Does this path refer to a file?