pub type DynError = Box<dyn StdError + Send + Sync + 'static>;
A thread-safe error trait object.
pub struct DynError(/* private fields */);