Type Definition 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.
pub type BoxedError = Box<dyn Error + Send + Sync + 'static>;A boxed type-erased std::error::Error that can be sent between threads.