[][src]Trait heim::host::os::unix::UserExt

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

Required methods

fn pid(&self) -> i32

Returns the user Pid

Loading content...

Implementors

impl UserExt for User[src]

Loading content...