Skip to main content

NestedEvmClosure

Type Alias NestedEvmClosure 

Source
pub type NestedEvmClosure<'a, F> = &'a mut dyn for<'j> FnMut(&mut dyn NestedEvm<Tx = <F as EvmFactory>::Tx, Block = <F as EvmFactory>::BlockEnv, Spec = <F as EvmFactory>::Spec, Journal = <<F as FoundryEvmFactory>::FoundryContext<'j> as ContextTr>::Journal, Chain = <F as FoundryEvmFactory>::Chain>) -> 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.