pub fn value(key: &str) -> Result<String, ProcStatusError>
Expand description
get the value of an entry by name
If you want to read several entries and you
want them to be consistent, you should read
the whole ProcStatus and call the value
function on that instance. This would also
be more efficient.