Skip to main content

HasAcc

Trait HasAcc 

Source
pub trait HasAcc {
    // Required method
    fn acc(&self) -> Acc;
}
Expand description

Implemented by slab weight / span-weight types that carry a cumulative Acc sum.

Required Methods§

Source

fn acc(&self) -> Acc

Implementors§