Module agora.stats.Stats
Base stats class that helps define other stats classes
Structs
| Name | Description |
|---|---|
NoLabel
|
Convenience struct for easier stats definition |
Stats
|
Base stats class that helps define other stats classes.class Usage is Stats!(ConcreateStatsValue, ConcreateStatsLabel) concreate_stats; |