Function processes::from_pid

source ·
pub fn from_pid(pid: u32) -> Result<OwnedProcess, ProcessError>
Expand description

Finds the process with the given pid.