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§

Implementations on Foreign Types§

Source§

impl IntoWeight for u64

Implementors§