Skip to main content

FoundryInspectorExt

Trait FoundryInspectorExt 

pub trait FoundryInspectorExt<CTX>: Inspector<CTX> + InspectorExt
where 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.

Implementors§

§

impl<CTX, T> FoundryInspectorExt<CTX> for T
where CTX: FoundryContextExt, T: Inspector<CTX> + InspectorExt,