Trait pallet_anchors::weights::WeightInfo
source · pub trait WeightInfo {
// Required methods
fn pre_commit() -> Weight;
fn commit() -> Weight;
fn evict_pre_commits() -> Weight;
fn evict_anchors() -> Weight;
}
Required Methods§
fn pre_commit() -> Weight
fn commit() -> Weight
fn evict_pre_commits() -> Weight
fn evict_anchors() -> Weight
Object Safety§
This trait is not object safe.