referrerpolicy=no-referrer-when-downgrade
polkadot_runtime_common::auctions

Trait WeightInfo

Source
pub trait WeightInfo {
    // Required methods
    fn new_auction() -> Weight;
    fn bid() -> Weight;
    fn cancel_auction() -> Weight;
    fn on_initialize() -> Weight;
}

Required Methods§

Source

fn new_auction() -> Weight

Source

fn bid() -> Weight

Source

fn cancel_auction() -> Weight

Source

fn on_initialize() -> 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§