Enum graph_rs_sdk::error::ioerror::ThreadedIoError
source · [−]pub enum ThreadedIoError {
Std(Error),
Send(SendError<Option<PathBuf>>),
Receive(RecvError),
Join(Box<dyn Any + Send + 'static, Global>),
NoPath,
}
Variants
Std(Error)
Send(SendError<Option<PathBuf>>)
Receive(RecvError)
Join(Box<dyn Any + Send + 'static, Global>)
NoPath
Trait Implementations
Performs the conversion.
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
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. 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