reth_rpc_eth_api::core

Trait FullEthApiServer

Source
pub trait FullEthApiServer:
    EthApiServer<RpcTransaction<Self::NetworkTypes>, RpcBlock<Self::NetworkTypes>, RpcReceipt<Self::NetworkTypes>>
    + FullEthApi
    + Clone { }
Expand description

Helper trait, unifies functionality that must be supported to implement all RPC methods for server.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§