Function lstat

Source
pub fn lstat<P: AsRef<Path>>(path: P) -> Result<Stat, Errno>
Expand description

Call crate::fstatat for path in the current directory not following symlinks.