Type Alias ReimburseCallerHandle
pub type ReimburseCallerHandle<'a, EXT, DB> = Arc<dyn Fn(&mut Context<EXT, DB>, &Gas) -> Result<(), EVMError<<DB as Database>::Error>> + 'a>;
Expand description
Reimburse the caller with ethereum it didn’t spent.
Aliased Type§
struct ReimburseCallerHandle<'a, EXT, DB> { /* private fields */ }
Layout§
Note: Encountered an error during type layout; the type failed to be normalized.