Trait oursh::process::Wait[][src]

pub trait Wait {
    fn wait(&self) -> Result<WaitStatus>;
fn status(&self) -> Result<WaitStatus>; }

Required methods

Implementations on Foreign Types

Implementors