Type Alias tower_fallback::BoxedError

source ·
pub type BoxedError = Box<dyn Error + Send + Sync + 'static>;
Expand description

A boxed type-erased std::error::Error that can be sent between threads.

Aliased Type§

struct BoxedError(/* private fields */);