pub fn all_processes_with_root(
    root: impl AsRef<Path>
) -> ProcResult<ProcessesIter>
Expand description

Return a list of all processes based on a specified /proc path

See all_processes for details and examples

See also some important docs on the ProcessesIter struct.