Enum self_meter::Error
[−]
pub enum Error {
Cpu(Error),
Uptime(UptimeError),
Status(StatusError),
Stat(StatError),
ThreadStat(Pid, StatError),
IoStat(IoStatError),
}Error scanning process info in /proc
Variants
Cpu(Error)Uptime(UptimeError)Status(StatusError)Stat(StatError)ThreadStat(Pid, StatError)IoStat(IoStatError)Trait Implementations
impl Debug for Error[src]
impl Display for Error
impl Error for Error
fn description(&self) -> &str
A short description of the error. Read more
fn cause(&self) -> Option<&Error>
The lower-level cause of this error, if any. Read more