Skip to main content

ErrorSource

Type Alias ErrorSource 

Source
pub type ErrorSource = Box<dyn Error + Send + Sync + 'static>;
Expand description

Shared source box for layered errors (Send + Sync for fan-out tasks).

Aliased Typeยง

pub struct ErrorSource(/* private fields */);