Expand description
Helper types to workaround ‘higher-ranked lifetime error’
https://github.com/rust-lang/rust/issues/100013 in default implementation of
reth_rpc_eth_api::helpers::Call
.
Structs§
- State
Cache DbRef MutWrapper - Hack to get around ‘higher-ranked lifetime error’, see https://github.com/rust-lang/rust/issues/100013
- State
Provider Trait ObjWrapper - Hack to get around ‘higher-ranked lifetime error’, see https://github.com/rust-lang/rust/issues/100013
Type Aliases§
- State
Cache Db - Helper alias type for the state’s [
CacheDB
]