pub trait WeightInfo {
    // Required methods
    fn rebag_non_terminal() -> Weight;
    fn rebag_terminal() -> Weight;
    fn put_in_front_of() -> Weight;
}
Expand description

Weight functions needed for pallet_bags_list.

Required Methods§

Implementations on Foreign Types§

source§

impl WeightInfo for ()

Implementors§