pub trait ProcessIdentifier {
// Required method
fn pid(&self) -> pid_t;
}
Expand description
Trait representing the type represents a process and has a unique process identifier, pid.
pub trait ProcessIdentifier {
// Required method
fn pid(&self) -> pid_t;
}
Trait representing the type represents a process and has a unique process identifier, pid.