Osal

Trait Osal 

Source
pub trait Osal:
    Sync
    + Send
    + 'static {
    // Required method
    fn get_pid(&self) -> Pid;
}

Required Methods§

Source

fn get_pid(&self) -> Pid

Get the current process ID.

Implementors§