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