Struct dittolive_ditto::error::RustError [−][src]
pub struct RustError {
pub kind: ErrorKind,
pub error: Box<dyn ErrorTrait + Send + Sync>,
}
Expand description
Errors originating in Rust Code
Fields
kind: ErrorKind
error: Box<dyn ErrorTrait + Send + Sync>
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for RustError
impl !UnwindSafe for RustError
Blanket Implementations
Mutably borrows from an owned value. Read more