pub trait WeightInfo {
// Required method
fn storage_weight_reclaim() -> Weight;
}
Expand description
Weight functions needed for cumulus_pallet_weight_reclaim
.
Required Methods§
fn storage_weight_reclaim() -> Weight
Object Safety§
This trait is not object safe.