[][src]Function lpfs::_self::_self

pub fn _self() -> Result<PathBuf, ProcErr>

Return an PathBuf which /proc/self point to.

The returnd value should be same as ls -l /proc/self.

There is not self() function in this crate, because self is a key word in rust.