Function auxv::procfs::iterate_procfs_auxv [] [src]

pub fn iterate_procfs_auxv()
                           -> Result<ProcfsAuxvIter<NativeEndian, File>, ProcfsAuxvError>

Iterate over the contents of the procfs auxv file..

Note that the type iterated over is also a Result because further I/O errors could occur at any time.