pub trait WeightInfo {
// Required methods
fn add_vesting_schedule() -> Weight;
fn claim() -> Weight;
fn cancel_all_vesting_schedules() -> Weight;
fn bridge_all_vesting_schedules() -> Weight;
fn set_bridge() -> Weight;
fn remove_bridge() -> Weight;
fn renounce() -> Weight;
}
Expand description
Weight functions needed for pallet_grants.
Required Methods§
fn add_vesting_schedule() -> Weight
fn claim() -> Weight
fn cancel_all_vesting_schedules() -> Weight
fn bridge_all_vesting_schedules() -> Weight
fn set_bridge() -> Weight
fn remove_bridge() -> Weight
fn renounce() -> 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.