Trait pallet_timestamp::weights::WeightInfo[][src]

pub trait WeightInfo {
    fn set() -> Weight;
fn on_finalize() -> Weight; }

Weight functions needed for pallet_timestamp.

Required methods

fn set() -> Weight[src]

fn on_finalize() -> Weight[src]

Loading content...

Implementations on Foreign Types

impl WeightInfo for ()[src]

Loading content...

Implementors

impl<T: Config> WeightInfo for SubstrateWeight<T>[src]

Loading content...