Trait pallet_collator_allowlist::weights::WeightInfo
source · pub trait WeightInfo {
// Required methods
fn add() -> Weight;
fn remove() -> Weight;
}
Required Methods§
Object Safety§
This trait is not object safe.
pub trait WeightInfo {
// Required methods
fn add() -> Weight;
fn remove() -> Weight;
}