Skip to main content

NestedEvmClosure

Type Alias NestedEvmClosure 

Source
pub type NestedEvmClosure<'a, F> = &'a mut dyn for<'j> FnMut(&mut dyn NestedEvm<Spec = <F as EvmFactory>::Spec, Block = <F as EvmFactory>::BlockEnv, Chain = <F as FoundryEvmFactory>::Chain, Tx = <F as EvmFactory>::Tx, Journal = <<F as FoundryEvmFactory>::FoundryContext<'j> as ContextTr>::Journal>) -> Result<(), EVMError<DatabaseError>>;
Expand description

Closure type used by CheatcodesExecutor methods that run nested EVM operations.

Layoutยง

Note: Encountered an error during type layout; the type failed to be normalized.