Enum ubend::WaitError [−][src]
pub enum WaitError { Interrupted, ChildInvalid, ChildSignaled(c_int), ChildCoreDumped, ChildStopped(c_int), ChildContinued, }
Variants
Interrupted
ChildInvalid
ChildSignaled(c_int)
ChildCoreDumped
ChildStopped(c_int)
ChildContinued
Trait Implementations
impl Display for WaitError
[src]
impl Display for WaitError
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl Debug for WaitError
[src]
impl Debug for WaitError