pub trait HasAcc { // Required method fn acc(&self) -> Acc; }
Implemented by slab weight / span-weight types that carry a cumulative Acc sum.
Acc