Type Alias reth_revm::handler::execution::FrameCallReturnHandle

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

Handle call return

Aliased Type§

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

Layout§

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