Type Alias reth_revm::handler::execution::LastFrameReturnHandle

pub type LastFrameReturnHandle<'a, EXT, DB> = Arc<dyn Fn(&mut Context<EXT, DB>, &mut FrameResult) -> Result<(), EVMError<<DB as Database>::Error>> + 'a>;
Expand description

Handles first frame return handle.

Aliased Type§

struct LastFrameReturnHandle<'a, EXT, DB> { /* private fields */ }

Layout§

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