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