Trait FoundryInspectorExt
pub trait FoundryInspectorExt<CTX>: Inspector<CTX> + InspectorExtwhere
CTX: FoundryContextExt,{ }Expand description
A combined inspector trait that integrates revm’s [Inspector] with Foundry-specific
extensions. Automatically implemented for any type that implements both [Inspector<CTX>]
and InspectorExt.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".