Manually update the internal ID without modifying the internals.
(&mut self)
| 138 | |
| 139 | /// Manually update the internal ID without modifying the internals. |
| 140 | pub fn notify(&mut self) { |
| 141 | self.id = increment_counter(); |
| 142 | } |
| 143 | } |
| 144 | |
| 145 | impl<T> AsRef<T> for Notify<T> { |
no test coverage detected