[][src]Type Definition procfs::ProcResult

type ProcResult<T> = Result<T, ProcError>;

The main error type for the procfs crate.

For more info, see the ProcError type.