pub trait WeightInfo {
// Required methods
fn claim() -> Weight;
fn update_reward_address() -> Weight;
fn associate_native_identity() -> Weight;
fn change_association_with_relay_keys(x: u32) -> Weight;
}
Expand description
Weight functions needed for pallet_crowdloan_rewards.
Required Methods§
fn claim() -> Weight
fn update_reward_address() -> Weight
fn associate_native_identity() -> Weight
fn change_association_with_relay_keys(x: u32) -> Weight
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.