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
If I have an &'a T where T implements Generic, it seems like I ought to be able to get a <T::Repr as ToRef<'a>>::Output from it, but there isn't any safe way to do that generically. It would be nice to have a derive macro which does this
If I have an
&'a TwhereTimplementsGeneric, it seems like I ought to be able to get a<T::Repr as ToRef<'a>>::Outputfrom it, but there isn't any safe way to do that generically. It would be nice to have a derive macro which does this