Type Alias GenericContextHandleRet
pub type GenericContextHandleRet<'a, EXT, DB, ReturnT> = Arc<dyn Fn(&mut Context<EXT, DB>) -> Result<ReturnT, EVMError<<DB as Database>::Error>> + 'a>;
Expand description
Generic handle that takes a mutable reference to the context and returns a result.
Aliased Type§
struct GenericContextHandleRet<'a, EXT, DB, ReturnT> { /* private fields */ }
Layout§
Note: Encountered an error during type layout; the type failed to be normalized.