Function nix::sys::stat::lstat

source ·
pub fn lstat<P: ?Sized + NixPath>(path: &P) -> Result<FileStat>
Available on crate feature fs only.