Open
Description
Describe the feature
Replace the list of generics for EthApi
and EthApiInner
with N: RpcNodeCore
.
reth/crates/rpc/rpc/src/eth/core.rs
Lines 48 to 69 in a0c7d1c
See how it is done for
OpEthApi
.
Additional context
Changing EthApiInner
this way appears to be the only way to workaround rustdoc bug rust-lang/rust#91380 encountered in #15508. Refactoring EthApiInner
requires EthApi
to be refactored too.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Backlog