ErrorSource

Type Alias ErrorSource 

Source
pub type ErrorSource = Box<dyn Error + Send + Sync>;
Available on non-target_family=wasm, or crate feature fragile-send-sync-non-atomic-wasm and non-target feature atomics only.
Expand description

Lower level source of the error.

Send + Sync varies depending on configuration.

Aliased Typeยง

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