referrerpolicy=no-referrer-when-downgrade
pallet_message_queue::mock_helpers

Trait IntoWeight

Source
pub trait IntoWeight {
    // Required method
    fn into_weight(self) -> Weight;
}
Expand description

Converts Self into a Weight by using Self for all components.

Required Methods§

Source

fn into_weight(self) -> Weight

Implementations on Foreign Types§

Source§

impl IntoWeight for u64

Source§

fn into_weight(self) -> Weight

Implementors§