pub type EvmBundleDriverErrored<T, Db, Insp = NoOpInspector> = EvmErrored<Db, Insp, <T as BundleDriver<Db, Insp>>::Error>;Expand description
A Trevm that encountered an error during BundleDriver execution.
This is an EvmErrored parameterized with the driver’s error type.
Aliased Type§
pub struct EvmBundleDriverErrored<T, Db, Insp = NoOpInspector> { /* private fields */ }