Trait WeightInfo

Source
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§

Source

fn verify_entry(x: u32) -> Weight

Source

fn latest_relay_block() -> Weight

Source

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.

Implementors§