pub enum Failure {
Spawn(Error),
Io(Error),
Timeout,
Cancelled,
}Expand description
Why there is no output. The command that failed is the caller’s to name, so it is not repeated in here.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Failure
impl !UnwindSafe for Failure
impl Freeze for Failure
impl Send for Failure
impl Sync for Failure
impl Unpin for Failure
impl UnsafeUnpin for Failure
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more