Skip to main content

BoxError

Type Alias BoxError 

Source
pub type BoxError = Box<dyn Error + Send + Sync>;
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 */);