Module db

Source
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§

StateCacheDbRefMutWrapper
Hack to get around ‘higher-ranked lifetime error’, see https://github.com/rust-lang/rust/issues/100013
StateProviderTraitObjWrapper
Hack to get around ‘higher-ranked lifetime error’, see https://github.com/rust-lang/rust/issues/100013

Type Aliases§

StateCacheDb
Helper alias type for the state’s [CacheDB]