Type Definition procfs::ProcResult [−][src]
type ProcResult<T> = Result<T, ProcError>;
The main error type for the procfs crate.
For more info, see the ProcError type.
type ProcResult<T> = Result<T, ProcError>;
The main error type for the procfs crate.
For more info, see the ProcError type.