Type Definition procfs::ProcResult

source · []
pub type ProcResult<T> = Result<T, ProcError>;
Expand description

The main error type for the procfs crate.

For more info, see the ProcError type.