pub enum PipeError {
InboundGone,
OutboundGone,
}Expand description
PipeError indicates that either the upstream or downstream channels have closed
Variants§
Auto Trait Implementations§
impl Freeze for PipeError
impl RefUnwindSafe for PipeError
impl Send for PipeError
impl Sync for PipeError
impl Unpin for PipeError
impl UnwindSafe for PipeError
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