pub trait WeightInfo {
    // Required method
    fn withdraw() -> Weight;
}
Expand description

Weight functions needed for pallet_evm.

Required Methods§

source

fn withdraw() -> Weight

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl WeightInfo for ()

source§

fn withdraw() -> Weight

Implementors§

source§

impl<T: Config> WeightInfo for SubstrateWeight<T>