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§
- Hack to get around ‘higher-ranked lifetime error’, see https://github.com/rust-lang/rust/issues/100013
- Hack to get around ‘higher-ranked lifetime error’, see https://github.com/rust-lang/rust/issues/100013
Type Aliases§
- Helper alias type for the state’s [
CacheDB
]