pub trait JournalExt: JournalTr<State = EvmState> {
// Required method
fn journal(&self) -> &[JournalEntry];
}Expand description
Extends the journal with additional methods that are used by the inspector.
Required Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.