Type Definition heed_traits::BoxedError
source · pub type BoxedError = Box<dyn StdError + Send + Sync + 'static>;Expand description
A boxed Send + Sync + 'static error.
pub type BoxedError = Box<dyn StdError + Send + Sync + 'static>;A boxed Send + Sync + 'static error.