pub trait WeightInfo {
    // Required methods
    fn pre_commit() -> Weight;
    fn commit() -> Weight;
    fn evict_pre_commits() -> Weight;
    fn evict_anchors() -> Weight;
}

Required Methods§

source

fn pre_commit() -> Weight

source

fn commit() -> Weight

source

fn evict_pre_commits() -> Weight

source

fn evict_anchors() -> Weight

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl WeightInfo for ()

source§

fn pre_commit() -> Weight

source§

fn commit() -> Weight

source§

fn evict_pre_commits() -> Weight

source§

fn evict_anchors() -> Weight

Implementors§