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