pub type ContextErrorSource = Box<dyn Error + Send + Sync + 'static>;
send_sync
pub struct ContextErrorSource(/* private fields */);