pub trait WeightInfo {
// Required methods
fn verify_entry(x: u32) -> Weight;
fn latest_relay_block() -> Weight;
fn p256_verify() -> Weight;
}Expand description
Weight functions needed for pallet_precompile_benchmarks.
Required Methods§
fn verify_entry(x: u32) -> Weight
fn latest_relay_block() -> Weight
fn p256_verify() -> 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.