pub type BoxError = Box<dyn Error + Sync + Send>;Expand description
Boxed error for infrastructure trait contracts (transports, sinks,
publishers). String and &str convert via .into(), so simple
implementations stay simple while real ones keep their source chain.
Aliased Type§
pub struct BoxError(/* private fields */);