type AccumCount = Overflowing<i128>;
Expand description
The type for accumulator counting. Set to Overflowing<u128>
.
Aliased Typeยง
struct AccumCount(/* private fields */);
type AccumCount = Overflowing<i128>;
The type for accumulator counting. Set to Overflowing<u128>
.
struct AccumCount(/* private fields */);