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
Using this style would allow transforming F with helper traits (and possibly helper macros) to write forward-compatible impl blocks for the builder type.
The text was updated successfully, but these errors were encountered:
(see discussion on #16)
Instead of:
We should have:
Where
F
would be(T1, T2, T3)
.Using this style would allow transforming F with helper traits (and possibly helper macros) to write forward-compatible
impl
blocks for the builder type.The text was updated successfully, but these errors were encountered: