Type Alias Pid

Source
pub type Pid = pid_t;
Expand description

A process ID. On Linux a Pid is just a libc::pid_t.