Trait pallet_collective_content::weights::WeightInfo
source · pub trait WeightInfo {
// Required methods
fn set_charter() -> Weight;
fn announce() -> Weight;
fn remove_announcement() -> Weight;
}
Expand description
Weights information needed for the pallet.
Required Methods§
sourcefn set_charter() -> Weight
fn set_charter() -> Weight
Returns the weight of the set_charter extrinsic.
sourcefn remove_announcement() -> Weight
fn remove_announcement() -> Weight
Returns the weight of the remove_announcement extrinsic.
Object Safety§
This trait is not object safe.
Implementations on Foreign Types§
source§impl WeightInfo for ()
impl WeightInfo for ()
Unit implementation of the WeightInfo.