| 1111 | |
| 1112 | #[derive(Debug, PartialEq, Eq, PartialOrd, Ord, Hash, Serialize, Deserialize)] |
| 1113 | struct Time(u64); |
| 1114 | |
| 1115 | // A counter of the number of active Time instances |
| 1116 | static INSTANCES: AtomicUsize = AtomicUsize::new(0); |
no outgoing calls
no test coverage detected