pub type DynError = Box<dyn Error + Send + Sync>;
Convenience error type used by the public run entrypoint.
run
pub struct DynError(/* private fields */);