Type Definition tabin_plugins::procfs::Result  [−][src]
type Result<T> = StdResult<T, ProcFsError>;
All the results are results with ProcFsErrors
type Result<T> = StdResult<T, ProcFsError>;
All the results are results with ProcFsErrors