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