Type Alias heed_traits::BoxedError
source · pub type BoxedError = Box<dyn StdError + Send + Sync + 'static>;Expand description
A boxed Send + Sync + 'static error.
Aliased Type§
struct BoxedError(/* private fields */);pub type BoxedError = Box<dyn StdError + Send + Sync + 'static>;A boxed Send + Sync + 'static error.
struct BoxedError(/* private fields */);