Type Alias FrameCallHandle
pub type FrameCallHandle<'a, EXT, DB> = Arc<dyn Fn(&mut Context<EXT, DB>, Box<CallInputs>) -> Result<FrameOrResult, EVMError<<DB as Database>::Error>> + 'a>;
Expand description
Handle sub call.
Aliased Type§
struct FrameCallHandle<'a, EXT, DB> { /* private fields */ }
Layout§
Note: Encountered an error during type layout; the type failed to be normalized.