pub trait IntoWeight {
// Required method
fn into_weight(self) -> Weight;
}
Expand description
Converts Self
into a Weight
by using Self
for all components.
pub trait IntoWeight {
// Required method
fn into_weight(self) -> Weight;
}
Converts Self
into a Weight
by using Self
for all components.