pub trait WeightInfo {
// Required methods
fn deposit() -> Weight;
fn withdraw() -> Weight;
fn transfer_to_pool() -> Weight;
fn transfer_award_to_user() -> Weight;
fn set_timegraph_account() -> Weight;
fn set_reward_pool_account() -> Weight;
fn set_threshold() -> Weight;
}
Required Methods§
fn deposit() -> Weight
fn withdraw() -> Weight
fn transfer_to_pool() -> Weight
fn transfer_award_to_user() -> Weight
fn set_timegraph_account() -> Weight
fn set_reward_pool_account() -> Weight
fn set_threshold() -> 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.