pub fn statfs<P: path::Arg>(path: P) -> io::Result<StatFs>
The portability is definied by: #[cfg(not(any(target_os = "illumos", target_os = "netbsd", target_os =
"redox", target_os = "wasi")))]
Documentation
statfs
—Queries filesystem metadata.
References