Trait pallet_message_queue::mock_helpers::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.