| 133 | /// Watch for update of **any** [`Cached`] instance. |
| 134 | #[derive(Debug, Default)] |
| 135 | pub struct UpdateWatcher { |
| 136 | prev_ctr: usize, |
| 137 | } |
| 138 | |
| 139 | impl UpdateWatcher { |
| 140 | /// Check whether any `Cached` instance was updated since last call. |
nothing calls this directly
no outgoing calls
no test coverage detected