referrerpolicy=no-referrer-when-downgrade

Trait WeightInfo

Source
pub trait WeightInfo {
    // Required methods
    fn register_token() -> Weight;
    fn add_tip() -> Weight;
}
Expand description

Weight functions needed for snowbridge_system.

Required Methods§

Source

fn register_token() -> Weight

Source

fn add_tip() -> 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.

Implementations on Foreign Types§

Source§

impl WeightInfo for ()

Source§

fn register_token() -> Weight

Source§

fn add_tip() -> Weight

Implementors§