tower_fallback

Type Alias 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 */);