Trait UserExt
heim_host::os::unix
pub trait UserExt { fn pid(&self) -> pid_t; }
fn pid(&self) -> pid_t
Returns the user Pid
Pid
impl UserExt for User