Trait pallet_bags_list::weights::WeightInfo [−][src]
pub trait WeightInfo {
fn rebag_non_terminal() -> Weight;
fn rebag_terminal() -> Weight;
}
Expand description
Weight functions needed for pallet_bags_list.
pub trait WeightInfo {
fn rebag_non_terminal() -> Weight;
fn rebag_terminal() -> Weight;
}
Weight functions needed for pallet_bags_list.