Enum procfs::ProcResult[][src]

pub enum ProcResult<T> {
    Ok(T),
    PermissionDenied,
    NotFound,
}

Common result type of procfs operations.

Variants

Methods

impl<T> ProcResult<T>
[src]

impl<T> ProcResult<T> where
    T: Debug
[src]

Trait Implementations

impl<T: Debug> Debug for ProcResult<T>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T> Send for ProcResult<T> where
    T: Send

impl<T> Sync for ProcResult<T> where
    T: Sync