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

Weight functions needed for pallet_timestamp.

Required Methods§

Implementations on Foreign Types§

Implementors§