pub type Error = Box<dyn Error + Send + Sync>;Expand description
The crate’s boxed, thread-safe error type. A single alias so the whole crate shares one error spelling, errors cross thread boundaries, and a future switch to a structured enum is one edit.
Aliased Type§
pub struct Error(/* private fields */);