Enum graph_error::ioerror::ThreadedIoError
source ·
[−]pub enum ThreadedIoError {
Std(Error),
Send(SendError<Option<PathBuf>>),
Receive(RecvError),
Join(Box<dyn Any + Send + 'static>),
NoPath,
}
Variants
Std(Error)
Tuple Fields
0: Error
Send(SendError<Option<PathBuf>>)
Receive(RecvError)
Tuple Fields
0: RecvError
Join(Box<dyn Any + Send + 'static>)
NoPath
Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for ThreadedIoError
impl Send for ThreadedIoError
impl !Sync for ThreadedIoError
impl Unpin for ThreadedIoError
impl !UnwindSafe for ThreadedIoError
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more