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