pub trait WeightInfo {
// Required methods
fn force_checkpoint() -> Weight;
fn submit() -> Weight;
fn submit_with_sync_committee() -> Weight;
}
Expand description
Weight functions needed for ethereum_beacon_client.
Required Methods§
fn force_checkpoint() -> Weight
fn submit() -> Weight
fn submit_with_sync_committee() -> Weight
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.