[][src]Trait heim_host::os::unix::UserExt

pub trait UserExt {
    fn pid(&self) -> pid_t;
}

Required methods

fn pid(&self) -> pid_t

Returns the user Pid

Loading content...

Implementors

impl UserExt for User[src]

Loading content...