-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
E.g.
Lines 261 to 272 in 6159018
| impl<T> Deref for Timestamped<T> { | |
| type Target = T; | |
| fn deref(&self) -> &Self::Target { | |
| &self.inner | |
| } | |
| } | |
| impl<T> DerefMut for Timestamped<T> { | |
| fn deref_mut(&mut self) -> &mut Self::Target { | |
| &mut self.inner | |
| } | |
| } |
There are probably other cases.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels