You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// The [`Read`] trait is auto implemented for types that implement [`ReadUntracked`] + [`Track`]. The [`Read`] trait then auto implements the [`With`] and [`Get`] traits too.
210
+
//
211
+
// This is a problem for e.g. the [`Signal`](crate::wrappers::read::Signal) type,
212
+
// this type must use a custom [`Read::try_read`] implementation to avoid an unnecessary clone.
213
+
//
214
+
// This is a backdoor to allow overriding the [`Read::try_read`] implementation despite it being auto implemented.
0 commit comments