[][src]Module global_counter::generic

This module contains a global, generic counter and the accompanying Inc trait.

Structs

Counter

A generic, gobal counter.

Traits

Inc

This trait promises incrementing behaviour. Implemented for standard integer types. The current value is mutated, becoming the new, incremented value.