Trait EthConfigApiClient
pub trait EthConfigApiClient: ClientT {
// Provided method
fn config(&self) -> impl Future<Output = Result<EthConfig, Error>> + Send { ... }
}
Expand description
Client implementation for the EthConfigApi
RPC API.
Provided Methods§
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.