pub type BoxError = Box<dyn StdError + Send + Sync + 'static>;Expand description
Boxed source used when a runtime registry or compiler subsystem crosses the runtime error boundary with a concrete error owned by another crate.
Aliased Typeยง
pub struct BoxError(/* private fields */);